diff options
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 |