Skip to content

Commit

Permalink
Update Add.svelte
Browse files Browse the repository at this point in the history
  • Loading branch information
MedouneSGB authored Apr 30, 2024
1 parent 7956c76 commit ff90b9a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion web/src/components/Add/Add.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
let word = storedWord || "?";
let wordShowed = word;
if (word == '?' || null){
if (word == '?' || null || undefined){
word = "";
wordShowed = "?";
}
Expand Down

0 comments on commit ff90b9a

Please sign in to comment.