Skip to content

Commit

Permalink
Remove unnecessary space
Browse files Browse the repository at this point in the history
  • Loading branch information
knshnb committed Feb 14, 2024
1 parent 4ceeb1b commit 9256a1b
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions optuna_dashboard/ts/components/GraphTimeline.tsx
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import * as plotly from "plotly.js-dist-min"
import React, { FC, useEffect } from "react"
import { Card, CardContent, Grid, Typography, useTheme } from "@mui/material"
import { Card, CardContent, Grid, Typography, useTheme, Box } from "@mui/material"
import { makeHovertext } from "../graphUtil"
import { usePlotlyColorTheme } from "../state"
import { PlotType } from "../apiClient"
Expand Down Expand Up @@ -45,8 +45,7 @@ const GraphTimelineBackend: FC<{

return (
<Grid item xs={9}>
{" "}
<div id={plotDomId} />{" "}
<div id={plotDomId} />
</Grid>
)
}
Expand Down

0 comments on commit 9256a1b

Please sign in to comment.