mirror of
https://github.com/discourse/discourse.git
synced 2025-02-25 18:55:32 -06:00
DEV: remove chat footer thread count reference (#25436)
Removes an unused modifier from chat footer on mobile.
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user