mirror of
https://github.com/danbulant/Nertivia-Client
synced 2026-06-18 14:01:12 +00:00
fixed notification not dismissing bug
This commit is contained in:
parent
fabbdc57c0
commit
0b416612b3
1 changed files with 1 additions and 1 deletions
|
|
@ -5,7 +5,7 @@
|
|||
v-for="(channel, key) of channels"
|
||||
:key="key"
|
||||
:recents="true"
|
||||
:friend="channel.channelID"
|
||||
:friend="channel"
|
||||
:recipient="channel.recipients[0]"
|
||||
/>
|
||||
</virtual-list>
|
||||
|
|
|
|||
Loading…
Reference in a new issue