From ca492d4a8bc6050e669fd95605925c48f79b721f Mon Sep 17 00:00:00 2001 From: Abizrh Date: Tue, 9 Dec 2025 23:25:18 +0700 Subject: [PATCH] fix (soapi): tidy up --- app/components/app/soapi/early-entry.vue | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/app/components/app/soapi/early-entry.vue b/app/components/app/soapi/early-entry.vue index 4d2367be..687d2425 100644 --- a/app/components/app/soapi/early-entry.vue +++ b/app/components/app/soapi/early-entry.vue @@ -80,6 +80,7 @@ const isExcluded = (key: string) => props.excludeFields?.includes(key) @@ -87,6 +88,7 @@ const isExcluded = (key: string) => props.excludeFields?.includes(key) @@ -102,6 +104,7 @@ const isExcluded = (key: string) => props.excludeFields?.includes(key) @@ -109,6 +112,7 @@ const isExcluded = (key: string) => props.excludeFields?.includes(key) @@ -124,6 +128,7 @@ const isExcluded = (key: string) => props.excludeFields?.includes(key) @@ -131,6 +136,7 @@ const isExcluded = (key: string) => props.excludeFields?.includes(key)