Skip to content

Commit fc59511

Browse files
committed
Run prettier
1 parent 3b88879 commit fc59511

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

  • src/snapshots-app/client/bundles/components/submission/tabs/summary

src/snapshots-app/client/bundles/components/submission/tabs/summary/SummaryTab.jsx

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -296,7 +296,6 @@ function SummaryTab({}) {
296296
>
297297
{menuItems[activeIndex].component}
298298
</Paper>
299-
300299
</Box>
301300
) : (
302301
<CircularProgress />
@@ -306,7 +305,7 @@ function SummaryTab({}) {
306305
<BackupGanttPlot />
307306

308307
{chartsReady ? (
309-
<div style={{ marginTop: '2rem'}}>
308+
<div style={{ marginTop: "2rem" }}>
310309
<LineChart
311310
xAxis={xAxis}
312311
series={[

0 commit comments

Comments
 (0)