mirror of
https://github.com/NodeBB/NodeBB.git
synced 2025-11-03 20:45:58 +01:00
ESlint space-in-parens, block-spacing
This commit is contained in:
@@ -236,7 +236,7 @@ define('forum/topic/threadTools', [
|
||||
components.get('topic/not-following/check').toggleClass('fa-check', state === 'unfollow');
|
||||
|
||||
menu = components.get('topic/ignoring/menu');
|
||||
menu.toggleClass('hidden', state !== 'ignore' );
|
||||
menu.toggleClass('hidden', state !== 'ignore');
|
||||
components.get('topic/ignoring/check').toggleClass('fa-check', state === 'ignore');
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user