Skip to content

Commit

Permalink
Update NetWorthGraph.tsx
Browse files Browse the repository at this point in the history
  • Loading branch information
Crazypkr1099 authored Sep 19, 2023
1 parent 6578b49 commit 3e82f83
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,9 @@ type NetWorthGraphProps = {
style?: CSSProperties;
graphData;
compact: boolean;
domain: y?: [number, number];
domain?: {
y?: [number, number];
};
};
function NetWorthGraph({
style,
Expand Down

0 comments on commit 3e82f83

Please sign in to comment.