Skip to content

Commit

Permalink
fix(tasks): fix merge 🐛
Browse files Browse the repository at this point in the history
  • Loading branch information
PierreBrisorgueil committed Nov 22, 2019
1 parent 6ac7000 commit e3eeefa
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions src/modules/tasks/views/task.view.vue
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,8 @@
<v-icon class="mr-5">fa-check</v-icon>
<b>1. Description</b>
</v-subheader>
<<<<<<< Updated upstream
<div class="flex-grow-1"></div>
<v-btn v-if="id" color="red lighten-3" @click="remove" icon>
=======
<v-spacer></v-spacer>
<v-btn v-if="this.task.id" color="red lighten-3" @click="remove" icon>
>>>>>>> Stashed changes
<v-icon>fa-trash</v-icon>
</v-btn>
<v-btn v-if="this.task.id" class="mr-5" color="blue lighten-2" @click="update()" :disabled="!save" icon>
Expand Down

0 comments on commit e3eeefa

Please sign in to comment.