mirror of
https://github.com/c9s/bbgo.git
synced 2024-11-10 09:11:55 +00:00
fix segment control default value
Signed-off-by: c9s <yoanlin93@gmail.com>
This commit is contained in:
parent
11dacbc2cd
commit
9631a2e551
|
@ -573,6 +573,7 @@ const TradingViewChart = (props: TradingViewChartProps) => {
|
||||||
<div>
|
<div>
|
||||||
<Group>
|
<Group>
|
||||||
<SegmentedControl
|
<SegmentedControl
|
||||||
|
value={currentInterval}
|
||||||
data={intervals.map((interval) => {
|
data={intervals.map((interval) => {
|
||||||
return {label: interval, value: interval}
|
return {label: interval, value: interval}
|
||||||
})}
|
})}
|
||||||
|
|
Loading…
Reference in New Issue
Block a user