Skip to content

Commit

Permalink
Update packages/desktop-client/src/components/reports/graphs/NetWorth…
Browse files Browse the repository at this point in the history
…Graph.tsx

Co-authored-by: Matiss Janis Aboltins <[email protected]>
  • Loading branch information
Crazypkr1099 and MatissJanis authored Sep 19, 2023
1 parent f43a2ae commit 4392476
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ type NetWorthGraphProps = {
style?: CSSProperties;
graphData;
compact: boolean;
domain: domainProp;
domain: React.ComponentProps<typeof Chart>["domain"];

Check warning on line 26 in packages/desktop-client/src/components/reports/graphs/NetWorthGraph.tsx

View workflow job for this annotation

GitHub Actions / lint

Using default React import is discouraged, please use named exports directly instead

Check warning on line 26 in packages/desktop-client/src/components/reports/graphs/NetWorthGraph.tsx

View workflow job for this annotation

GitHub Actions / lint

Replace `"domain"` with `'domain'`

Check failure on line 26 in packages/desktop-client/src/components/reports/graphs/NetWorthGraph.tsx

View workflow job for this annotation

GitHub Actions / typecheck

Cannot find name 'Chart'.
};
function NetWorthGraph({
style,
Expand Down

0 comments on commit 4392476

Please sign in to comment.