Skip to content

Commit

Permalink
fixup! fix(Snooze): some minor changes
Browse files Browse the repository at this point in the history
  • Loading branch information
JohannesGGE committed Aug 16, 2023
1 parent d58df3b commit 323c1cd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/NavigationMailbox.vue
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@
:size="20" />
<IconJunk v-else-if="mailbox.databaseId === account.junkMailboxId"
:size="20" />
<AlarmIcon v-else-if="mailbox.name === 'Snoozed'"
<AlarmIcon v-else-if="mailbox.databaseId === account.snoozeMailboxId"
:size="20" />
<IconFolderShared v-else-if="mailbox.shared"
:size="20" />
Expand Down

0 comments on commit 323c1cd

Please sign in to comment.