Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: add lifetime usage graph to sub details #1741

Merged
merged 2 commits into from
Sep 18, 2024

misc: fix redirections and links for lifetime usage and sub details

f01aa27
Select commit
Loading
Failed to load commit list.
Sign in for the full log view
Merged

feat: add lifetime usage graph to sub details #1741

misc: fix redirections and links for lifetime usage and sub details
f01aa27
Select commit
Loading
Failed to load commit list.
GitHub Actions / ESLint succeeded Sep 18, 2024 in 0s

3 warnings

ESLint found 3 warnings

Annotations

Check warning on line 122 in src/components/customers/overview/CustomerOverview.tsx

See this annotation in the file changed.

@github-actions github-actions / ESLint

src/components/customers/overview/CustomerOverview.tsx#L122

React Hook useEffect has missing dependencies: 'getCustomerGrossRevenues', 'getCustomerOverdueBalances', and 'hasPermissions'. Either include them or remove the dependency array (react-hooks/exhaustive-deps)

Check warning on line 182 in src/pages/CustomerRequestOverduePayment/index.tsx

See this annotation in the file changed.

@github-actions github-actions / ESLint

src/pages/CustomerRequestOverduePayment/index.tsx#L182

React Hook useEffect has a missing dependency: 'navigate'. Either include it or remove the dependency array (react-hooks/exhaustive-deps)

Check warning on line 188 in src/pages/CustomerRequestOverduePayment/index.tsx

See this annotation in the file changed.

@github-actions github-actions / ESLint

src/pages/CustomerRequestOverduePayment/index.tsx#L188

React Hook useEffect has a missing dependency: 'navigate'. Either include it or remove the dependency array (react-hooks/exhaustive-deps)