fix lint errors
This commit is contained in:
parent
89921e995a
commit
ea89acf44e
@ -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}
|
||||
|
@ -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;
|
||||
|
@ -1,4 +1,4 @@
|
||||
import { forwardRef, useMemo } from 'react';
|
||||
import { forwardRef } from 'react';
|
||||
import type { ValueFormatterParams } from 'ag-grid-community';
|
||||
import {
|
||||
PriceCell,
|
||||
|
Loading…
Reference in New Issue
Block a user