Skip to content

Commit

Permalink
fix lint error
Browse files Browse the repository at this point in the history
  • Loading branch information
franciscoBSalgueiro committed Feb 4, 2024
1 parent 00c6957 commit 0794054
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/databases/PlayerCard.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ import { Player, PlayerGameInfo } from "@/utils/db";
import { unwrap } from "@/utils/invoke";
import { Center, Group, Loader, Paper, Stack, Text } from "@mantine/core";
import { useEffect, useState } from "react";
import PersonalPlayerCard from "../home/PersonalCard";
import useSWRImmutable from "swr/immutable";
import PersonalPlayerCard from "../home/PersonalCard";

function PlayerCard({ player, file }: { player: Player; file: string }) {
const { data: info, isLoading } = useSWRImmutable(
Expand Down

0 comments on commit 0794054

Please sign in to comment.