Skip to content

Commit a288407

Browse files
Update src/views/VisualizationView.tsx
Co-authored-by: Copilot <[email protected]>
1 parent 6a5a602 commit a288407

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/views/VisualizationView.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -875,7 +875,7 @@ export const VisualizationViewFC: FC<VisPanelProps> = function VisualizationView
875875
</Box>
876876
return (
877877
<Box sx={{ margin: "auto" }}>
878-
{focusedTableId ? <ChartRecBox sx={{margin: 'auto'}} tableId={focusedTableId as string} placeHolderChartId={focusedChartId as string} /> : ""}
878+
{focusedTableId ? <ChartRecBox sx={{margin: 'auto'}} tableId={focusedTableId as string} placeHolderChartId={focusedChartId as string} /> : null}
879879
<Divider sx={{my: 3}} textAlign='left'>
880880
<Typography sx={{fontSize: 12, color: "darkgray"}}>
881881
or, select a chart type

0 commit comments

Comments
 (0)