Skip to content

Commit

Permalink
SMA-32: fixed lint check error
Browse files Browse the repository at this point in the history
  • Loading branch information
markpernia committed Feb 2, 2024
1 parent 57cf947 commit bdf4b27
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/sportsmatch-app/src/pages/Home.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ function Home() {

return (
<>
<MatchInProgress event={sampleEvent}/>
<MatchInProgress event={sampleEvent} />
<MatchUpComing event={sampleEvent} />
<SportEvent event={sampleEvent} />
</>
Expand Down

0 comments on commit bdf4b27

Please sign in to comment.