Skip to content

Commit 1758ae6

Browse files
committed
Minor update
1 parent c333305 commit 1758ae6

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/pages/visualizer/TimestampDetail.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -64,11 +64,11 @@ export function TimestampDetail({
6464
{Object.keys(state.orderDepths).length % 3 <= 2 && <Grid.Col span={{ xs: 12, sm: 4 }} />}
6565
{Object.keys(state.orderDepths).length % 3 <= 1 && <Grid.Col span={{ xs: 12, sm: 4 }} />}
6666
<Grid.Col span={{ xs: 12, sm: 4 }}>
67-
<Title order={5}>Own trades</Title>
67+
<Title order={5}>Most Recent Own trades</Title>
6868
{<TradesTable trades={state.ownTrades} />}
6969
</Grid.Col>
7070
<Grid.Col span={{ xs: 12, sm: 4 }}>
71-
<Title order={5}>Market trades</Title>
71+
<Title order={5}>Most Recent Market trades</Title>
7272
{<TradesTable trades={state.marketTrades} />}
7373
</Grid.Col>
7474
<Grid.Col span={{ xs: 12, sm: 4 }}>

0 commit comments

Comments
 (0)