diff --git a/frontend/src/components/toast.rs b/frontend/src/components/toast.rs index b81b0e9..f30b368 100644 --- a/frontend/src/components/toast.rs +++ b/frontend/src/components/toast.rs @@ -93,7 +93,7 @@ fn ToastItem(toast: Toast) -> impl IntoView { >
-

{&toast.message}

+

{toast.message.clone()}