Skip to content

Commit

Permalink
fix linter
Browse files Browse the repository at this point in the history
  • Loading branch information
Kostya Bats committed Mar 23, 2024
1 parent 482d9fa commit 54d1db1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ const CornerContestantInfo = styled(ContestantInfo)`
`;

export const ContestantViewCorner = ({ teamId, isSmall = false, className = null }: {
teamId: number;
teamId: string;
isSmall: boolean;
className?: string;
}) => {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ export const ScoreboardTaskResultLabel = styled(TaskResultLabel)`


interface ScoreboardRowProps {
teamId: number,
teamId: string,
hideTasks?: boolean,
optimismLevel: OptimismLevel
}
Expand Down

0 comments on commit 54d1db1

Please sign in to comment.