Skip to content

Commit 520326d

Browse files
AmirMohammad CheraghaliAmirMohammad Cheraghali
authored andcommitted
Fix: Restore GalleryModal rendering in App.tsx
1 parent 81bb7df commit 520326d

1 file changed

Lines changed: 12 additions & 0 deletions

File tree

src/App.tsx

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3069,6 +3069,18 @@ function App() {
30693069
peerSession={peerSession}
30703070
/>
30713071

3072+
<GalleryModal
3073+
isOpen={isGalleryOpen}
3074+
onClose={() => setIsGalleryOpen(false)}
3075+
snapshots={snapshots}
3076+
movies={movies}
3077+
onDeleteSnapshot={handleDeleteSnapshot}
3078+
onDeleteMovie={handleDeleteMovie}
3079+
onDownloadSnapshot={handleDownloadSnapshot}
3080+
onDownloadMovie={handleDownloadMovie}
3081+
isLightMode={isLightMode}
3082+
/>
3083+
30723084

30733085

30743086
<LandingOverlay

0 commit comments

Comments
 (0)