From 77fb2d473e8085e4e4a750ffbbef103ec3b5c6b4 Mon Sep 17 00:00:00 2001 From: Gareth George Date: Thu, 23 Nov 2023 02:11:32 -0800 Subject: [PATCH] fix: improve error message formatting --- webui/src/components/OperationList.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/webui/src/components/OperationList.tsx b/webui/src/components/OperationList.tsx index 9dc6728a..20d05b44 100644 --- a/webui/src/components/OperationList.tsx +++ b/webui/src/components/OperationList.tsx @@ -120,7 +120,7 @@ export const OperationRow = ({ } avatar={} - description={operation.displayMessage} + description={
{operation.displayMessage}
} /> );