From 6915186738da4e4ce441e25aa1d3280ba60aa238 Mon Sep 17 00:00:00 2001 From: Paul Makles Date: Sat, 9 Apr 2022 19:02:22 +0100 Subject: [PATCH] fix: actually close error modal --- src/context/intermediate/modals/Error.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/context/intermediate/modals/Error.tsx b/src/context/intermediate/modals/Error.tsx index bef27eb7..fd668fc6 100644 --- a/src/context/intermediate/modals/Error.tsx +++ b/src/context/intermediate/modals/Error.tsx @@ -11,7 +11,7 @@ export function ErrorModal({ onClose, error }: Props) { return ( false} + onClose={onClose} title={} actions={[ {