mirror of
				https://github.com/zulip/zulip.git
				synced 2025-11-04 05:53:43 +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 = {
 | 
			
		||||
    stream: 0,
 | 
			
		||||
    topic: 1,
 | 
			
		||||
    mute: 2,
 | 
			
		||||
    read: 3,
 | 
			
		||||
    read: 2,
 | 
			
		||||
    mute: 3,
 | 
			
		||||
};
 | 
			
		||||
 | 
			
		||||
// The number of selectable actions in a recent_topics.  Used to
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user