mirror of
https://github.com/danbulant/Nertivia-Client
synced 2026-07-05 02:50:46 +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"
|
v-for="(channel, key) of channels"
|
||||||
:key="key"
|
:key="key"
|
||||||
:recents="true"
|
:recents="true"
|
||||||
:friend="channel.channelID"
|
:friend="channel"
|
||||||
:recipient="channel.recipients[0]"
|
:recipient="channel.recipients[0]"
|
||||||
/>
|
/>
|
||||||
</virtual-list>
|
</virtual-list>
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue