9ddedd0b78
* 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>
4 lines
91 B
TypeScript
4 lines
91 B
TypeScript
import { t } from '@vegaprotocol/react-helpers';
|
|
|
|
export const NO_MARKET = t('No market');
|