chore: code fmt
Some checks failed
Build & Release pipeline / build (push) Has been cancelled
Buf CI / buf (push) Has been cancelled
Codestyle checks / codestyle (push) Has been cancelled

This commit is contained in:
jamesread
2025-12-01 01:59:10 +00:00
parent 56365af24b
commit 39009fcdd1
5 changed files with 127 additions and 69 deletions

View File

@@ -1,11 +1,7 @@
<template>
<ActionButton v-if="component.type == 'link'" :actionData="component.action" :key="component.title" />
<DashboardComponentDirectory v-else-if="component.type == 'directory'" :component="component" />
<div v-else-if="component.type == 'directory'">
</div>
<DashboardComponentDisplay v-else-if="component.type == 'display'" :component="component" />