fix: show listening status on profile with link hidden
This commit is contained in:
parent
d669cd4d4e
commit
2924759b01
2 changed files with 2 additions and 3 deletions
|
@ -94,7 +94,6 @@
|
|||
<a
|
||||
class="w-full justify-start button {% if selected_channel == channel.id %}quaternary{% else %}camo{% endif %}"
|
||||
href="/chats/{{ selected_community }}/{{ channel.id }}"
|
||||
data-turbo="false"
|
||||
>
|
||||
{{ icon "rss" }}
|
||||
<b class="name shortest">{{ channel.title }}</b>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue