From fb97bcfdc711b75bc113c372c27425541e82647b Mon Sep 17 00:00:00 2001 From: Joel Date: Fri, 30 Jan 2026 14:21:03 +0800 Subject: [PATCH] fix: not show more acion in app --- web/app/components/app-sidebar/app-operations.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/app/components/app-sidebar/app-operations.tsx b/web/app/components/app-sidebar/app-operations.tsx index 871d8a19e8..f8574694db 100644 --- a/web/app/components/app-sidebar/app-operations.tsx +++ b/web/app/components/app-sidebar/app-operations.tsx @@ -187,7 +187,7 @@ const AppOperations = ({ - +
{moreOperations.map(item => item.type === 'divider' ? (