fix lint errors
This commit is contained in:
parent
89921e995a
commit
ea89acf44e
@ -46,7 +46,7 @@ const transactionStatus = 'default';
|
|||||||
|
|
||||||
function generateJsx() {
|
function generateJsx() {
|
||||||
return (
|
return (
|
||||||
<VegaWalletContext.Provider value={{} as any}>
|
<VegaWalletContext.Provider value={{} as never}>
|
||||||
<DealTicket
|
<DealTicket
|
||||||
defaultOrder={order}
|
defaultOrder={order}
|
||||||
market={market}
|
market={market}
|
||||||
|
@ -9,7 +9,6 @@ import { Table } from '../table';
|
|||||||
import { TableRow } from '../table-row';
|
import { TableRow } from '../table-row';
|
||||||
import { PromotedStats } from '../promoted-stats';
|
import { PromotedStats } from '../promoted-stats';
|
||||||
import { PromotedStatsItem } from '../promoted-stats-item';
|
import { PromotedStatsItem } from '../promoted-stats-item';
|
||||||
import { Card } from '@vegaprotocol/ui-toolkit';
|
|
||||||
|
|
||||||
interface StatsManagerProps {
|
interface StatsManagerProps {
|
||||||
envName: string;
|
envName: string;
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
import { forwardRef, useMemo } from 'react';
|
import { forwardRef } from 'react';
|
||||||
import type { ValueFormatterParams } from 'ag-grid-community';
|
import type { ValueFormatterParams } from 'ag-grid-community';
|
||||||
import {
|
import {
|
||||||
PriceCell,
|
PriceCell,
|
||||||
|
Loading…
Reference in New Issue
Block a user