Skip to content

Commit

Permalink
Simplify hideNullElement function
Browse files Browse the repository at this point in the history
  • Loading branch information
seancolsen committed Jan 31, 2022
1 parent 332043e commit 0a60b17
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mathesar_ui/src/sections/table-view/row/RowCell.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@
}
function hideNullElement() {
if (isNullDisplayed === true) isNullDisplayed = false;
isNullDisplayed = false;
}
async function handleKeyDown(event: KeyboardEvent) {
Expand Down

0 comments on commit 0a60b17

Please sign in to comment.