Skip to content

Commit 55005ca

Browse files
refactor: resolve hydration error
1 parent 5c265ab commit 55005ca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/cards/challenge/RewardCertificate.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import { useTranslation } from "react-i18next";
1+
import { useTranslation } from "next-i18next";
22
import Coin from "@/components/ui/Coin";
33
import { shortenNumber } from "@/utilities";
44
import { Reward } from "@/types/course";

0 commit comments

Comments
 (0)