mirror of
https://github.com/zulip/zulip.git
synced 2025-11-04 14:03:30 +00:00
recent_topics_ui: Correct column number of read and mute row.
This commit is contained in:
@@ -69,8 +69,8 @@ let col_focus = 1;
|
|||||||
export const COLUMNS = {
|
export const COLUMNS = {
|
||||||
stream: 0,
|
stream: 0,
|
||||||
topic: 1,
|
topic: 1,
|
||||||
mute: 2,
|
read: 2,
|
||||||
read: 3,
|
mute: 3,
|
||||||
};
|
};
|
||||||
|
|
||||||
// The number of selectable actions in a recent_topics. Used to
|
// The number of selectable actions in a recent_topics. Used to
|
||||||
|
|||||||
Reference in New Issue
Block a user