Skip to content

Commit

Permalink
Feat: Remove unused size prop in CutterButton component
Browse files Browse the repository at this point in the history
  • Loading branch information
iDome89 committed Oct 24, 2024
1 parent 45173eb commit 5086d49
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/stories/player/parts/cutterButton.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,6 @@ export const Cutter = ({
<StyledButton
isPrimary
isAccent={!isCutting}
size={"small"}
onClick={(e) => {
if (videoRef) {
onCutHandler(videoRef.currentTime);
Expand Down

0 comments on commit 5086d49

Please sign in to comment.