Browse Source
Merge pull request #444 from danditomaso/hotfix/remove-unneeded-import
fix: removed hook from device config
pull/445/head
Dan Ditomaso
1 year ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with
0 additions and
2 deletions
-
src/pages/Config/DeviceConfig.tsx
|
|
|
@ -14,8 +14,6 @@ import { |
|
|
|
} from "@components/UI/Tabs.tsx"; |
|
|
|
|
|
|
|
export const DeviceConfig = () => { |
|
|
|
const { metadata } = useDevice(); |
|
|
|
|
|
|
|
const tabs = [ |
|
|
|
{ |
|
|
|
label: "Device", |
|
|
|
|