diff --git a/frontend/src/components/AccountBalanceHistoryGraph.tsx b/frontend/src/components/AccountBalanceHistoryGraph.tsx index 27e67868..4469cd38 100644 --- a/frontend/src/components/AccountBalanceHistoryGraph.tsx +++ b/frontend/src/components/AccountBalanceHistoryGraph.tsx @@ -81,10 +81,12 @@ export function AccountBalanceHistoryGraph(props: Props) { > - + } /> {series.map((it) => ( - + ))} diff --git a/frontend/src/components/ReportGraph.tsx b/frontend/src/components/ReportGraph.tsx index e41cdc3e..4b9d45f9 100644 --- a/frontend/src/components/ReportGraph.tsx +++ b/frontend/src/components/ReportGraph.tsx @@ -59,7 +59,8 @@ export default function ReportGraph(props: Props) { - + } /> @@ -67,7 +68,8 @@ export default function ReportGraph(props: Props) { - +