diff --git a/interface/src/project/DashboardDevices.tsx b/interface/src/project/DashboardDevices.tsx index 559d6b323..39c3a65c5 100644 --- a/interface/src/project/DashboardDevices.tsx +++ b/interface/src/project/DashboardDevices.tsx @@ -35,7 +35,7 @@ import { useState, useContext, useEffect, useCallback, useLayoutEffect } from 'r import { IconContext } from 'react-icons'; import { toast } from 'react-toastify'; -import DashboarDevicesDialog from './DashboardDevicesDialog'; +import DashboardDevicesDialog from './DashboardDevicesDialog'; import DeviceIcon from './DeviceIcon'; import * as EMSESP from './api'; @@ -581,7 +581,7 @@ const DashboardDevices: FC = () => { {renderDeviceData()} {renderDeviceDetails()} {selectedDeviceValue && ( -