File tree Expand file tree Collapse file tree 1 file changed +8
-0
lines changed
src/lib/seam/components/DeviceDetails Expand file tree Collapse file tree 1 file changed +8
-0
lines changed Original file line number Diff line number Diff line change @@ -5,6 +5,7 @@ import { ChevronRightIcon } from 'lib/icons/ChevronRight.js'
55import { useAccessCodes } from 'lib/seam/access-codes/use-access-codes.js'
66import { NestedAccessCodeTable } from 'lib/seam/components/AccessCodeTable/AccessCodeTable.js'
77import type { CommonProps } from 'lib/seam/components/common-props.js'
8+ import { DeviceInfo } from 'lib/seam/components/DeviceDetails/DeviceInfo.js'
89import { DeviceModel } from 'lib/seam/components/DeviceDetails/DeviceModel.js'
910import { useToggleLock } from 'lib/seam/devices/use-toggle-lock.js'
1011import { deviceErrorFilter , deviceWarningFilter } from 'lib/seam/filters.js'
@@ -150,6 +151,13 @@ export function LockDeviceDetails(
150151 }
151152 />
152153 </ div >
154+ < DeviceInfo
155+ device = { device }
156+ disableConnectedAccountInformation = {
157+ disableConnectedAccountInformation
158+ }
159+ disableResourceIds = { disableResourceIds }
160+ />
153161 </ div >
154162 </ div >
155163 )
You can’t perform that action at this time.
0 commit comments