Inspect Block Page #708
Annotations
10 errors
Lint:
src/pages/inspect/block/ui/block-summary.tsx#L29
Property 'num_txs' does not exist on type 'BlockSummaryApiResponse'.
|
Lint:
src/pages/inspect/block/ui/block-summary.tsx#L34
Property 'num_swaps' does not exist on type 'BlockSummaryApiResponse'.
|
Lint:
src/pages/inspect/block/ui/block-summary.tsx#L39
Property 'num_swap_claims' does not exist on type 'BlockSummaryApiResponse'.
|
Lint:
src/pages/inspect/block/ui/block-summary.tsx#L44
Property 'num_open_lps' does not exist on type 'BlockSummaryApiResponse'.
|
Lint:
src/pages/inspect/block/ui/block-summary.tsx#L49
Property 'num_closed_lps' does not exist on type 'BlockSummaryApiResponse'.
|
Lint:
src/pages/inspect/block/ui/block-summary.tsx#L54
Property 'num_withdrawn_lps' does not exist on type 'BlockSummaryApiResponse'.
|
Lint:
src/pages/inspect/block/ui/block-summary.tsx#L62
Property 'batch_swaps' does not exist on type 'BlockSummaryApiResponse'.
|
Lint:
src/pages/inspect/block/ui/block-summary.tsx#L62
Parameter 'swap' implicitly has an 'any' type.
|
Lint:
src/pages/inspect/block/ui/index.tsx#L4
'useBlockSummary' is declared but its value is never read.
|
Lint:
src/pages/inspect/block/ui/index.tsx#L11
'params' is possibly 'null'.
|