Skip to content

Commit

Permalink
Merge pull request #4 from wscullen/1-FixBluetoothControls
Browse files Browse the repository at this point in the history
fix further tsc error
  • Loading branch information
wscullen authored Aug 31, 2024
2 parents 3f6cbb7 + 5199f29 commit ad2e7a9
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/components/SettingsPanel.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ export interface SettingsPanelProps {

const SettingsPanel = ({
handleResetScores,
handleUpdateScores,
handleSwapTeams,
}: SettingsPanelProps) => {
const [menuOpen, setMenuOpen] = useState(false);
Expand Down

0 comments on commit ad2e7a9

Please sign in to comment.