Fix: Warning on new inbox page (#1784)

This commit is contained in:
Nithin David Thomas 2021-02-16 19:29:35 +05:30 committed by GitHub
parent ec557205f4
commit ac15f08995
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -7,7 +7,7 @@
<div class="row channels">
<channel-item
v-for="channel in channelList"
:key="channel"
:key="channel.key"
:channel="channel"
:enabled-features="enabledFeatures"
@channel-item-click="initChannelAuth"