fix: token and params display [web-nym] #2813
test.yml
on: pull_request
changed-workspaces
1m 13s
check-yarn-cache
4m 36s
Matrix: e2e-playwright
Matrix: jest-test
Matrix: ts-lint-build
Annotations
8 errors
ts-lint-build (web-nym)
Type '{ quorum: string; threshold: string; minDeposit: TokenUnit; votingPeriod: number; burnVoteVeto: boolean; vetoThreshold: string; maxDepositPeriod: number; minInitialDepositRatio: string; burnProposalDepositPrevote: boolean; } | null' is not assignable to type 'Gov | null | undefined'.
|
ts-lint-build (web-nym)
Property 'value' does not exist on type '{ denom: string; amount: string; }[]'. Did you mean 'values'?
|
ts-lint-build (web-nym)
Property 'displayDenom' does not exist on type '{ denom: string; amount: string; }[]'.
|
ts-lint-build (web-nym)
The left-hand side of an arithmetic operation must be of type 'any', 'number', 'bigint' or an enum type.
|
ts-lint-build (web-nym)
The left-hand side of an arithmetic operation must be of type 'any', 'number', 'bigint' or an enum type.
|
ts-lint-build (web-nym)
The left-hand side of an arithmetic operation must be of type 'any', 'number', 'bigint' or an enum type.
|
ts-lint-build (web-nym):
packages/ui/src/screens/proposal_details/hooks.ts#L25
Property 'proposalType' does not exist on type '{ __typename?: "proposal" | undefined; title: string; description: string; status?: string | null | undefined; content: any; proposer: string; proposalId: number; submitTime: any; depositEndTime?: any; votingStartTime?: any; votingEndTime?: any; }'.
|
ts-lint-build (web-nym)
Process completed with exit code 1.
|