diff --git a/src/components/dashboard/DeviceList.vue b/src/components/dashboard/DeviceList.vue index 4dfbe3f..8902931 100755 --- a/src/components/dashboard/DeviceList.vue +++ b/src/components/dashboard/DeviceList.vue @@ -6,7 +6,7 @@ }>(); interface Sections { - title: string, + title?: string, id: string, icon?: string, devices?: { @@ -15,7 +15,7 @@ ip: string, mac: string, }[], - } + };