Skip to content

Commit

Permalink
feat: Added financialValues to the ZDSGrantCard Component
Browse files Browse the repository at this point in the history
  • Loading branch information
FAUSTMANNSTEF committed Jan 9, 2025
1 parent 328ddfd commit f204892
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/Grids/ZDSGrantCard.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import Divider from "@mui/material/Divider";
import { GrantCardProps } from "./interface";
import Typography from "@mui/material/Typography";
import LocationIcon from "@mui/icons-material/LocationOn";
import { formatFinancialValue } from "utils/formatFinancialValue";
import { formatFinancialValue } from "../../utils/dxformatFinancialValue";

export const ZDSGrantCard: React.FC<GrantCardProps> = (
props: GrantCardProps
Expand Down
File renamed without changes.

0 comments on commit f204892

Please sign in to comment.