mirror of
https://github.com/discourse/discourse.git
synced 2025-02-25 18:55:32 -06:00
This resulted in showing the unread count on the "Latest" nav item on desktop.
This commit is contained in:
@@ -249,7 +249,7 @@ export default class NavItem extends EmberObject {
|
||||
let count = this.count || 0;
|
||||
|
||||
if (
|
||||
name === "latest" &&
|
||||
this.name === "latest" &&
|
||||
(!Site.currentProp("mobileView") || this.tagId !== undefined)
|
||||
) {
|
||||
count = 0;
|
||||
|
||||
Reference in New Issue
Block a user