diff --git a/frontend/src/_components/AppModal.jsx b/frontend/src/_components/AppModal.jsx index c2530e44ea..5e9a001705 100644 --- a/frontend/src/_components/AppModal.jsx +++ b/frontend/src/_components/AppModal.jsx @@ -89,7 +89,7 @@ export function AppModal({ setInfoText(''); closeModal(); } - } catch (error) { + } catch (e) { toast.error(e.error, { position: 'top-center', });