forked from ddrilling/asb_cloud_front
Исправлена ошибка объединения телеметрии со страницы просмотра
This commit is contained in:
parent
934eab2f3c
commit
5e5da5c4a9
@ -35,7 +35,7 @@ export const TelemetryInfo = memo(({ info, danger, ...other }) => (
|
||||
const TelemetryMerger = memo(() => {
|
||||
const [primary, setPrimary] = useState(null)
|
||||
const [secondary, setSecondary] = useState(null)
|
||||
const [telemetry, setTelemetry] = useState(null)
|
||||
const [telemetry, setTelemetry] = useState([])
|
||||
const [isLoading, setIsLoading] = useState(false)
|
||||
const [isMerging, setIsMerging] = useState(false)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user