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 3b88879 commit fc59511Copy full SHA for fc59511
1 file changed
src/snapshots-app/client/bundles/components/submission/tabs/summary/SummaryTab.jsx
@@ -296,7 +296,6 @@ function SummaryTab({}) {
296
>
297
{menuItems[activeIndex].component}
298
</Paper>
299
-
300
</Box>
301
) : (
302
<CircularProgress />
@@ -306,7 +305,7 @@ function SummaryTab({}) {
306
305
<BackupGanttPlot />
307
308
{chartsReady ? (
309
- <div style={{ marginTop: '2rem'}}>
+ <div style={{ marginTop: "2rem" }}>
310
<LineChart
311
xAxis={xAxis}
312
series={[
0 commit comments