mirror of
https://github.com/discourse/discourse.git
synced 2025-01-19 08:32:45 +08:00
DEV: remove chat footer thread count reference (#25436)
Removes an unused modifier from chat footer on mobile.
This commit is contained in:
parent
7e5d2a95ee
commit
4f5843e819
|
@ -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"
|
||||
|
|
Loading…
Reference in New Issue
Block a user