diff options
Diffstat (limited to 'src/view/com/composer/photos/Gallery.tsx')
-rw-r--r-- | src/view/com/composer/photos/Gallery.tsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/view/com/composer/photos/Gallery.tsx b/src/view/com/composer/photos/Gallery.tsx index d5465f79a..fa3f29cf2 100644 --- a/src/view/com/composer/photos/Gallery.tsx +++ b/src/view/com/composer/photos/Gallery.tsx @@ -16,7 +16,7 @@ interface Props { gallery: GalleryModel } -export const Gallery = observer(function ({gallery}: Props) { +export const Gallery = observer(function GalleryImpl({gallery}: Props) { const store = useStores() const pal = usePalette('default') const {isMobile} = useWebMediaQueries() |