Use new Centrifuge SDK in cashflow report (#2549) #1815
Annotations
10 warnings
Lint:
centrifuge-app/src/components/InvestRedeem/RedeemForm.tsx#L34
'maxRedeemCurrency' is assigned a value but never used
|
Lint:
centrifuge-app/src/components/InvestRedeem/RedeemForm.tsx#L35
'tokenSymbol' is assigned a value but never used
|
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#L114
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#L170
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/FeeTransactions.tsx#L82
React Hook React.useMemo has an unnecessary dependency: 'txType'. Either exclude it or remove the dependency array
|
Lint:
centrifuge-app/src/components/Report/ProfitAndLoss.tsx#L216
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#L227
React Hook React.useMemo has an unnecessary dependency: 'poolMetadata.pool.asset.class'. Either exclude it or remove the dependency array
|
Loading