Skip to content

Commit a3e15a9

Browse files
committed
Fix flicker on viewing upload
1 parent 581ec7c commit a3e15a9

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

packages/web/src/pages/upload-page/pages/FinishPage.tsx

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -191,8 +191,7 @@ export const FinishPage = (props: FinishPageProps) => {
191191

192192
const handleViewUpload = useCallback(() => {
193193
dispatch(make(Name.TRACK_UPLOAD_VIEW_TRACK_PAGE, { uploadType }))
194-
onContinue()
195-
}, [dispatch, uploadType, onContinue])
194+
}, [dispatch, uploadType])
196195

197196
const isUnlistedTrack =
198197
(formState.tracks &&

0 commit comments

Comments
 (0)