diff options
author | Paul Frazee <pfrazee@gmail.com> | 2023-01-17 20:47:43 -0600 |
---|---|---|
committer | Paul Frazee <pfrazee@gmail.com> | 2023-01-17 20:47:43 -0600 |
commit | 80e035cedeb27ef9bf57f57f436bdeb923236ef7 (patch) | |
tree | 2153dc7a3dd02a874760dcc2e3669877267b2749 /src/state/models/shell-ui.ts | |
parent | a3e9a0691e9dbbf1c46f6b3969c559dff9d64d6f (diff) | |
download | voidsky-80e035cedeb27ef9bf57f57f436bdeb923236ef7.tar.zst |
Remove leftover code
Diffstat (limited to 'src/state/models/shell-ui.ts')
-rw-r--r-- | src/state/models/shell-ui.ts | 6 |
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 |