about summary refs log tree commit diff
path: root/src/state/models/shell-ui.ts
diff options
context:
space:
mode:
authorPaul Frazee <pfrazee@gmail.com>2023-01-17 20:47:43 -0600
committerPaul Frazee <pfrazee@gmail.com>2023-01-17 20:47:43 -0600
commit80e035cedeb27ef9bf57f57f436bdeb923236ef7 (patch)
tree2153dc7a3dd02a874760dcc2e3669877267b2749 /src/state/models/shell-ui.ts
parenta3e9a0691e9dbbf1c46f6b3969c559dff9d64d6f (diff)
downloadvoidsky-80e035cedeb27ef9bf57f57f436bdeb923236ef7.tar.zst
Remove leftover code
Diffstat (limited to 'src/state/models/shell-ui.ts')
-rw-r--r--src/state/models/shell-ui.ts6
1 files changed, 1 insertions, 5 deletions
diff --git a/src/state/models/shell-ui.ts b/src/state/models/shell-ui.ts
index 7628e068f..c12921f33 100644
--- a/src/state/models/shell-ui.ts
+++ b/src/state/models/shell-ui.ts
@@ -99,11 +99,7 @@ export class ShellUiModel {
     | ReportAccountModal
     | undefined
   isLightboxActive = false
-  activeLightbox:
-    | ProfileImageLightbox
-    | ImageLightbox
-    | ImagesLightbox
-    | undefined
+  activeLightbox: ProfileImageLightbox | ImagesLightbox | undefined
   isComposerActive = false
   composerOpts: ComposerOpts | undefined