Skip to content
Snippets Groups Projects
Commit 8608eb62 authored by Dima Rifai's avatar Dima Rifai
Browse files

Issue #394 - Remove Balance History Link

parent 9518f411
No related branches found
No related tags found
1 merge request!507Delrifai/#394 2 add charts to balance history
......@@ -10,6 +10,15 @@ import {
grabNumericValue,
} from "@/utils/StringUtils";
import { cn, formatNumber } from "@/lib/utils";
import Link from "next/link";
import { FontAwesomeIcon } from "@fortawesome/react-fontawesome";
import { faHistory } from "@fortawesome/free-solid-svg-icons";
import {
Tooltip,
TooltipProvider,
TooltipTrigger,
TooltipContent,
} from "@radix-ui/react-tooltip";
type AccountBalanceCardProps = {
header: string;
userDetails: Explorer.FormattedAccountDetails;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment