Skip to content

Commit

Permalink
Wrapper around signal viewer table
Browse files Browse the repository at this point in the history
  • Loading branch information
cchaos committed Jul 20, 2020
1 parent f94bc22 commit 9badea8
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ export const SignalViewer = ({ vegaAdapter }: SignalViewerProps) => {
}

return (
<>
<div>
<EuiSpacer size="s" />
<InspectorDataGrid
columns={inspectSignalsSets.columns.map((column, index) => {
Expand All @@ -67,6 +67,6 @@ export const SignalViewer = ({ vegaAdapter }: SignalViewerProps) => {
data={inspectSignalsSets.data}
dataGridAriaLabel={signalDataGridAriaLabel}
/>
</>
</div>
);
};

0 comments on commit 9badea8

Please sign in to comment.