diff --git a/gui/src/components/dynamic_components2.vue b/gui/src/components/dynamic_components2.vue index d1c059a4..1d60e17d 100644 --- a/gui/src/components/dynamic_components2.vue +++ b/gui/src/components/dynamic_components2.vue @@ -61,11 +61,7 @@ const gridWidgets = [ ), new gridWidget(s_meter, { x: 1, y: 1, w: 2, h: 4 }, "S-Meter"), new gridWidget(dbfs_meter, { x: 1, y: 1, w: 2, h: 4 }, "Dbfs Meter"), - new gridWidget( - grid_activities, - { x: 1, y: 1, w: 3, h: 27 }, - "Activities", - ), + new gridWidget(grid_activities, { x: 1, y: 1, w: 3, h: 27 }, "Activities"), ]; onMounted(() => { grid = GridStack.init({ @@ -157,30 +153,30 @@ function quickfill() {