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>
|
<template>
|
||||||
{{#if this.shouldRenderFooter}}
|
{{#if this.shouldRenderFooter}}
|
||||||
<nav class="c-footer" {{this.updateThreadCount}}>
|
<nav class="c-footer">
|
||||||
<DButton
|
<DButton
|
||||||
@route="chat.channels"
|
@route="chat.channels"
|
||||||
@icon="comments"
|
@icon="comments"
|
||||||
|
|||||||
Reference in New Issue
Block a user