Skip to content

Commit

Permalink
Resolve subscribe button staying upon bug
Browse files Browse the repository at this point in the history
  • Loading branch information
kommunarr committed Oct 27, 2023
1 parent fffecfe commit 8a2842d
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/renderer/views/SubscribedChannels/SubscribedChannels.vue
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
<ft-flex-box class="channels">
<div
v-for="channel in channelList"
:key="channel.key"
:key="channel.id"
class="channel"
>
<router-link
Expand All @@ -53,7 +53,6 @@
class="unsubscribeContainer"
>
<ft-subscribe-button
:hide-profile-dropdown-toggle="false"
:channel-id="channel.id"
:channel-name="channel.name"
:channel-thumbnail="channel.thumbnail"
Expand Down

0 comments on commit 8a2842d

Please sign in to comment.