Skip to content

Commit

Permalink
Format again
Browse files Browse the repository at this point in the history
  • Loading branch information
ThePotatoArchivist committed May 9, 2024
1 parent 8a54eb0 commit 557d256
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
6 changes: 5 additions & 1 deletion client/src/apps/match/MatchApp.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -262,7 +262,11 @@ function MatchApp() {
</div>

<p className='mb-2 mt-2 text-2xl'>Match Number</p>
<NumberInput className='border border-black' onChange={setMatchNumber} value={matchNumber} />
<NumberInput
className='border border-black'
onChange={setMatchNumber}
value={matchNumber}
/>
<p className='mb-2 mt-2 text-2xl'>Team Number</p>
<TeamDropdown onChange={setTeamNumber} value={teamNumber} />

Expand Down
2 changes: 1 addition & 1 deletion client/src/main.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ const router = createBrowserRouter([
{
path: 'score_calculator',
element: <ScoringCalculator />,
}
},
],
},
]);
Expand Down

0 comments on commit 557d256

Please sign in to comment.