mirror of
https://github.com/zulip/zulip.git
synced 2025-11-02 13:03:29 +00:00
tab_bar: Remove a now-irrelevant comment.
This commit is contained in:
@@ -34,7 +34,6 @@ function make_tab_data() {
|
||||
filter.has_operand("in", "all")));
|
||||
}
|
||||
|
||||
// Root breadcrumb item: Either Home or All Messages
|
||||
if (in_all()) {
|
||||
tabs.push(make_tab("All Messages", "#narrow/in/all", undefined, "root"));
|
||||
} else if (page_params.narrow !== undefined) {
|
||||
|
||||
Reference in New Issue
Block a user