We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6a5a602 commit a288407Copy full SHA for a288407
src/views/VisualizationView.tsx
@@ -875,7 +875,7 @@ export const VisualizationViewFC: FC<VisPanelProps> = function VisualizationView
875
</Box>
876
return (
877
<Box sx={{ margin: "auto" }}>
878
- {focusedTableId ? <ChartRecBox sx={{margin: 'auto'}} tableId={focusedTableId as string} placeHolderChartId={focusedChartId as string} /> : ""}
+ {focusedTableId ? <ChartRecBox sx={{margin: 'auto'}} tableId={focusedTableId as string} placeHolderChartId={focusedChartId as string} /> : null}
879
<Divider sx={{my: 3}} textAlign='left'>
880
<Typography sx={{fontSize: 12, color: "darkgray"}}>
881
or, select a chart type
0 commit comments