From 2b051f738d443bc08e557fe3bffbcd1d99dd25ab Mon Sep 17 00:00:00 2001 From: "Timothy Z." Date: Fri, 3 Jan 2025 17:17:49 +0200 Subject: [PATCH] refactor(Board): use !== instead --- src/routes/Board/Board.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/routes/Board/Board.js b/src/routes/Board/Board.js index 238dd106d..528d4ce0e 100644 --- a/src/routes/Board/Board.js +++ b/src/routes/Board/Board.js @@ -67,7 +67,7 @@ const Board = () => { ); } case 'Err': { - if (!catalog.content.content === 'EmptyContent') { + if (catalog.content.content !== 'EmptyContent') { return (