Skip to content

Commit

Permalink
SMA-82: remove lint error
Browse files Browse the repository at this point in the history
  • Loading branch information
markpernia committed Apr 16, 2024
1 parent 97b2f45 commit 5a2ff65
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/sportsmatch-app/src/components/Match.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ function InProgress({ event }: InProgressProps) {
}
fetchUserInfo()
}, [])

return (
<>
<div className="container-fluid">
Expand Down

0 comments on commit 5a2ff65

Please sign in to comment.