From 4bc80c30e71ecf96cd47579059c7381b2f9aa8e9 Mon Sep 17 00:00:00 2001 From: Aman Agrawal Date: Fri, 21 Oct 2022 09:49:15 +0000 Subject: [PATCH] recent_topics_ui: Correct column number of read and mute row. --- static/js/recent_topics_ui.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/static/js/recent_topics_ui.js b/static/js/recent_topics_ui.js index 784be7ba95..0b3c384790 100644 --- a/static/js/recent_topics_ui.js +++ b/static/js/recent_topics_ui.js @@ -69,8 +69,8 @@ let col_focus = 1; export const COLUMNS = { stream: 0, topic: 1, - mute: 2, - read: 3, + read: 2, + mute: 3, }; // The number of selectable actions in a recent_topics. Used to