Skip to content

Commit

Permalink
fix: make isLoading optional in difficulty selector
Browse files Browse the repository at this point in the history
  • Loading branch information
ckcherry23 committed Nov 11, 2023
1 parent c7db5f2 commit 2edefff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/src/components/common/difficulty-selector.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ interface DifficultySelectorProps {
onChange: (value: Difficulty) => void;
showAny: boolean;
value: Difficulty;
isLoading: boolean;
isLoading?: boolean;
}

export default function DifficultySelector({
Expand Down

0 comments on commit 2edefff

Please sign in to comment.