Skip to content

Commit

Permalink
translations: Removed a useless dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
okbrandon committed Nov 14, 2024
1 parent 8f01235 commit aed298d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/src/components/Game/remote/Rewards.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import { useAuth } from "../../../context/AuthContext";
import { OverlayContainer, RewardsContainer } from "../styles/Game.styled";
import PongButton from "../../../styles/shared/PongButton.styled";
import Card from "../../../styles/shared/Card.styled";
import { useTranslation, Trans } from "react-i18next";
import { useTranslation } from "react-i18next";

const Rewards = ({ endGameData, isSpectator = false, isTournament }) => {
const navigate = useNavigate();
Expand Down

0 comments on commit aed298d

Please sign in to comment.