diff --git a/apps/renderer/src/modules/power/my-wallet-section/index.tsx b/apps/renderer/src/modules/power/my-wallet-section/index.tsx index 0bca24371..159d7545d 100644 --- a/apps/renderer/src/modules/power/my-wallet-section/index.tsx +++ b/apps/renderer/src/modules/power/my-wallet-section/index.tsx @@ -3,9 +3,9 @@ import { Trans, useTranslation } from "react-i18next" import { Button } from "~/components/ui/button" import { CopyButton } from "~/components/ui/code-highlighter" +import { Divider } from "~/components/ui/divider" import { LoadingWithIcon } from "~/components/ui/loading" import { Tooltip, TooltipContent, TooltipPortal, TooltipTrigger } from "~/components/ui/tooltip" -import { DAILY_CLAIM_AMOUNT } from "~/constants" import { apiClient } from "~/lib/api-fetch" import { cn } from "~/lib/utils" import { SettingSectionTitle } from "~/modules/settings/section" @@ -53,7 +53,7 @@ export const MyWalletSection = () => {
{t("wallet.power.dailyClaim", { amount: DAILY_CLAIM_AMOUNT })}