[Glitch] Resolve typescript eslint warning

Port c578a0cb74 to glitch-soc

Signed-off-by: Claire <claire.github-309c@sitedethib.com>
This commit is contained in:
Brad Dunbar
2025-10-07 10:42:15 -04:00
committed by Claire
parent 7f5232c377
commit 1c278df424
2 changed files with 2 additions and 2 deletions

View File

@@ -41,7 +41,7 @@ const popModal = (
modalType === state.get('stack').get(0)?.get('modalType')
) {
return state
.set('ignoreFocus', !!ignoreFocus)
.set('ignoreFocus', ignoreFocus)
.update('stack', (stack) => stack.shift());
} else {
return state;