Remove excessive parenthesis

This commit is contained in:
Naoto Mizuno
2023-11-08 15:37:21 +09:00
parent e0bc525732
commit ff6ce9ddc2
@@ -134,6 +134,5 @@ const plotTimeline = (trials: Trial[], mode: string) => {
traces.push(makeTrace(bars, state, color))
}
}
}
plotly.react(plotDomId, traces, layout)
}