Skip to content
This repository was archived by the owner on Sep 3, 2024. It is now read-only.

Commit 67d0706

Browse files
added these back in because now they pass type checking ?:|
1 parent 3aaec2a commit 67d0706

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/stream-store/Viewer/HalViewer/StreamMessage.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -310,8 +310,8 @@ class StreamMessageTabs extends PureComponent<
310310
onChange={this._handleChange}
311311
indicatorColor={'primary'}
312312
>
313-
<Tab label={'Data'} />
314-
<Tab label={'Metadata'} />
313+
<Tab label={'Data'} icon={<Notes />} />
314+
<Tab label={'Metadata'} icon={<Settings />} />
315315
</Tabs>
316316
</CardActions>
317317
<CardContent>

0 commit comments

Comments
 (0)