Skip to content

Commit

Permalink
Merge pull request #365 from AppQuality/develop
Browse files Browse the repository at this point in the history
Fix player types
  • Loading branch information
marcbon authored May 21, 2024
2 parents d2d05d8 + 148a7b2 commit d208326
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/stories/player/_types.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ export interface IBookmark {
label?: string;
tooltipContent?: ReactNode;
onClick?: () => void;
tags: VideoTag[];
tags?: VideoTag[];
}

export interface WrapperProps {
Expand Down

0 comments on commit d208326

Please sign in to comment.