add new sdk to current app #3996
Annotations
8 warnings
Lint:
centrifuge-app/src/components/Report/AssetTransactions.tsx#L170
React Hook React.useEffect has a missing dependency: 'explorer'. Either include it or remove the dependency array
|
Lint:
centrifuge-app/src/components/Report/BalanceSheet.tsx#L116
React Hook React.useMemo has a missing dependency: 'currency'. Either include it or remove the dependency array
|
Lint:
centrifuge-app/src/components/Report/BalanceSheet.tsx#L173
React Hook React.useMemo has a missing dependency: 'currency'. Either include it or remove the dependency array
|
Lint:
centrifuge-app/src/components/Report/CashflowStatement.tsx#L31
React Hook React.useEffect has a missing dependency: 'setReportData'. Either include it or remove the dependency array
|
Lint:
centrifuge-app/src/components/Report/CashflowStatement.tsx#L72
React Hook React.useMemo has a missing dependency: 'isLoading'. Either include it or remove the dependency array
|
Lint:
centrifuge-app/src/components/Report/ProfitAndLoss.tsx#L217
React Hook React.useMemo has a missing dependency: 'pool.currency.decimals'. Either include it or remove the dependency array
|
Lint:
centrifuge-app/src/components/Report/ProfitAndLoss.tsx#L228
React Hook React.useMemo has an unnecessary dependency: 'poolMetadata.pool.asset.class'. Either exclude it or remove the dependency array
|
Lint:
centrifuge-app/src/pages/IssuerCreatePool/PoolSetupSection.tsx#L77
React Hook useEffect has a missing dependency: 'form'. Either include it or remove the dependency array
|
Loading