Skip to content

Commit

Permalink
remove stray setFrame
Browse files Browse the repository at this point in the history
  • Loading branch information
goplayoutside3 committed Mar 5, 2024
1 parent 8dd9c10 commit 28b02ae
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,6 @@ function FlipbookViewerContainer({
playIterations,
rotation,
separateFramesView,
setFrame,
setOnPan,
setOnZoom
} = useStores(storeMapper)
Expand Down Expand Up @@ -107,7 +106,6 @@ function FlipbookViewerContainer({
onReady={onReady}
playIterations={playIterations}
rotation={rotation}
setFrame={setFrame}
setOnPan={setOnPan}
setOnZoom={setOnZoom}
subject={subject}
Expand Down

0 comments on commit 28b02ae

Please sign in to comment.