Skip to content

Commit

Permalink
Fix channel home page list view (#6316)
Browse files Browse the repository at this point in the history
  • Loading branch information
ChunkyProgrammer authored Dec 9, 2024
1 parent 556c169 commit f2d7d81
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/renderer/components/ChannelHome/ChannelHome.vue
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
<FtElementList
:data="shelf.content"
:use-channels-hidden-preference="false"
:display="shelf.isCommunity ? 'list' : null"
:display="shelf.isCommunity ? 'list' : ''"
/>
</details>
</div>
Expand Down

0 comments on commit f2d7d81

Please sign in to comment.