diff --git a/surfsense_web/components/tool-ui/google-drive/trash-file.tsx b/surfsense_web/components/tool-ui/google-drive/trash-file.tsx index ee4c94d51..9902c393b 100644 --- a/surfsense_web/components/tool-ui/google-drive/trash-file.tsx +++ b/surfsense_web/components/tool-ui/google-drive/trash-file.tsx @@ -389,8 +389,11 @@ function WarningCard({ result }: { result: WarningResult }) {

Partial success

-
-

{result.warning}

+
+ {result.message && ( +

{result.message}

+ )} +

{result.warning}

);