diff --git a/src/shared/components/Settings/Tools/Devices/List/index.jsx b/src/shared/components/Settings/Tools/Devices/List/index.jsx index 60bff15695..b46f06b7d7 100644 --- a/src/shared/components/Settings/Tools/Devices/List/index.jsx +++ b/src/shared/components/Settings/Tools/Devices/List/index.jsx @@ -11,10 +11,11 @@ export default function DeviceList(props) { const { deviceList, onDeleteItem, + disabled, } = props; return ( -
0 ? 'active' : ''}`}> +
0 ? 'active' : ''} ${disabled ? 'disabled' : ''}`}>