Skip to content

Commit fd3556f

Browse files
Apply prepare changes
1 parent 3858aad commit fd3556f

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

components/FeedBack/Snackers.vue

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,9 +25,9 @@
2525
</template>
2626
</v-tooltip>
2727
<v-tooltip v-else-if="feedback.type === 'success'" location="left">
28-
<v-icon color="white" class="justify-right">
29-
mdi-check-circle-outline
30-
</v-icon>
28+
<v-icon color="white" class="justify-right">
29+
mdi-check-circle-outline
30+
</v-icon>
3131
</v-tooltip>
3232
</v-col>
3333
<v-col cols="9" class="text-no-wrap overflow-hidden">

test/components/FeedBack/Snackers.nuxt.test.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,6 @@ describe("FeedBackSnackers.vue", async () => {
3030
},
3131
)
3232

33-
3433
console.log("wrapper", wrapper)
3534

3635
const feedback_store = use_feedback_store()

0 commit comments

Comments
 (0)