From 92d44c0caa43ec60b50d6978e78a0b8447edf695 Mon Sep 17 00:00:00 2001
From: yyh <92089059+lyzno1@users.noreply.github.com>
Date: Wed, 17 Dec 2025 17:01:21 +0800
Subject: [PATCH] Run pnpm lint:fix
---
.../components/app/type-selector/index.tsx | 30 +++++++++----------
1 file changed, 15 insertions(+), 15 deletions(-)
diff --git a/web/app/components/app/type-selector/index.tsx b/web/app/components/app/type-selector/index.tsx
index 5b5cc303df..7be2351119 100644
--- a/web/app/components/app/type-selector/index.tsx
+++ b/web/app/components/app/type-selector/index.tsx
@@ -38,21 +38,21 @@ const AppTypeSelector = ({ value, onChange }: AppSelectorProps) => {
'flex cursor-pointer items-center justify-between space-x-1 rounded-md px-2 hover:bg-state-base-hover',
)}>
- {value && value.length > 0 && (
-
- )}
+ {value && value.length > 0 && (
+
+ )}