This website requires JavaScript.
Explore
Help
Sign In
LaconicNetwork
/
vega-frontend-monorepo
Watch
3
Star
0
Fork
0
You've already forked vega-frontend-monorepo
Code
Issues
Pull Requests
1
Packages
Projects
Releases
Wiki
Activity
0089920d4c
vega-frontend-monorepo
/
apps
/
trading
/
client-pages
/
market
/
constants.ts
4 lines
82 B
TypeScript
Raw
Normal View
History
Unescape
Escape
chore(datagrid,utils,react-helpers): rename token app, add utils, datagrid, i18n (#3022)
2023-02-28 18:56:29 +00:00
import
{
t
}
from
'@vegaprotocol/i18n'
;
chore(#2004): add market status to trade header (#2269) * feat: add status header stat, move header to own component * chore: fix alignment of price change values when arrow is not rendered * test: add check for market state display * feat: add market state component and adjust queries to handle sub updates to market state * test: update mocks to include data.marketState fields * chore: add missing market state to console-lite mock * chore: test adjustment * fix: botched conflict resolution * chore: update select market columns test * chore: add missing fields to test helper functions Co-authored-by: Rado <szpiechrados@gmail.com>
2022-12-02 00:33:30 +00:00
export
const
NO_MARKET
=
t
(
'No market'
)
;
Reference in New Issue
Copy Permalink