DEV: remove chat footer thread count reference (#25436)

Removes an unused modifier from chat footer on mobile.
This commit is contained in:
David Battersby 2024-01-26 14:00:10 +08:00 committed by GitHub
parent 7e5d2a95ee
commit 4f5843e819
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -22,7 +22,7 @@ export default class ChatFooter extends Component {
<template>
{{#if this.shouldRenderFooter}}
<nav class="c-footer" {{this.updateThreadCount}}>
<nav class="c-footer">
<DButton
@route="chat.channels"
@icon="comments"