From 7aad7daa5ea853dc1e0fa6c22fe609999cc8368e Mon Sep 17 00:00:00 2001 From: fmtabbara Date: Fri, 22 Oct 2021 17:52:15 +0100 Subject: [PATCH] fix overflow --- tauri-wallet/src/routes/delegate/index.tsx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tauri-wallet/src/routes/delegate/index.tsx b/tauri-wallet/src/routes/delegate/index.tsx index 13e3b7dc03..489f9a3baa 100644 --- a/tauri-wallet/src/routes/delegate/index.tsx +++ b/tauri-wallet/src/routes/delegate/index.tsx @@ -74,6 +74,7 @@ export const Delegate = () => { status={status} Error={ + Delegation failed An error occurred with the request: {message} @@ -81,7 +82,7 @@ export const Delegate = () => { Success={ Delegation complete - {message} + {message} } />