refactor(Board): use !== instead

This commit is contained in:
Timothy Z. 2025-01-03 17:17:49 +02:00
parent 5ebc8df63f
commit 2b051f738d

View file

@ -67,7 +67,7 @@ const Board = () => {
);
}
case 'Err': {
if (!catalog.content.content === 'EmptyContent') {
if (catalog.content.content !== 'EmptyContent') {
return (
<MetaRow
key={index}