fix lint errors

This commit is contained in:
Dexter 2022-04-01 14:43:40 +01:00
parent 89921e995a
commit ea89acf44e
3 changed files with 2 additions and 3 deletions

View File

@ -46,7 +46,7 @@ const transactionStatus = 'default';
function generateJsx() {
return (
<VegaWalletContext.Provider value={{} as any}>
<VegaWalletContext.Provider value={{} as never}>
<DealTicket
defaultOrder={order}
market={market}

View File

@ -9,7 +9,6 @@ import { Table } from '../table';
import { TableRow } from '../table-row';
import { PromotedStats } from '../promoted-stats';
import { PromotedStatsItem } from '../promoted-stats-item';
import { Card } from '@vegaprotocol/ui-toolkit';
interface StatsManagerProps {
envName: string;

View File

@ -1,4 +1,4 @@
import { forwardRef, useMemo } from 'react';
import { forwardRef } from 'react';
import type { ValueFormatterParams } from 'ag-grid-community';
import {
PriceCell,