Fix lint errors

This commit is contained in:
Timothy Armes
2023-07-28 11:33:10 +02:00
parent 368e753ed7
commit b738d3d14a
5 changed files with 664 additions and 371 deletions
+1 -1
View File
@@ -31,7 +31,7 @@ type TournamentsDisplayProps = {
tournaments: Tournament[];
};
export default async function TournamentsDisplay({
export default function TournamentsDisplay({
tournaments,
}: TournamentsDisplayProps) {
useHydrateAtoms([[tournamentsAtom, tournaments]]);