Skip to content

fix: token and params display [web-nym] #2813

fix: token and params display [web-nym]

fix: token and params display [web-nym] #2813

Triggered via pull request November 27, 2023 13:40
Status Failure
Total duration 4m 47s
Artifacts

test.yml

on: pull_request
changed-workspaces
1m 13s
changed-workspaces
check-yarn-cache
4m 36s
check-yarn-cache
Matrix: e2e-playwright
Matrix: jest-test
Matrix: ts-lint-build
Fit to window
Zoom out
Zoom in

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.