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 4fafcfd commit 6578b49
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import React, { ComponentProps, createElement } from 'react';
import React, { createElement } from 'react';

import * as d from 'date-fns';
import {
Expand All @@ -21,7 +21,7 @@ type NetWorthGraphProps = {
style?: CSSProperties;
graphData;
compact: boolean;
domain: ComponentProps<typeof Chart>['domain'];
domain: y?: [number, number];

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

View workflow job for this annotation

GitHub Actions / typecheck

';' expected.
};
function NetWorthGraph({
style,
Expand Down

0 comments on commit 6578b49

Please sign in to comment.