remove an unneeded null check

This commit is contained in:
rhiannon morris 2024-07-07 21:40:24 +02:00
parent 762300dcaf
commit cd469f33db
1 changed files with 1 additions and 1 deletions

View File

@ -90,7 +90,7 @@ function toggleSingles(e: Event) {
} }
} }
if (e) e.preventDefault(); e.preventDefault();
} }