This commit is contained in:
薇薇安 2026-01-18 08:44:23 +08:00
parent 5a788a4938
commit fb1804d9a7

View File

@ -8,7 +8,7 @@ const TradeList = () => {
const [loading, setLoading] = useState(true)
//
const [period, setPeriod] = useState(null) // '1d', '7d', '30d', 'today', 'week', 'month', null
const [period, setPeriod] = useState('today') // '1d', '7d', '30d', 'today', 'week', 'month', null
const [startDate, setStartDate] = useState('')
const [endDate, setEndDate] = useState('')
const [symbol, setSymbol] = useState('')