From 5461b06130129df786d479bb7d7ba68b2a178cf5 Mon Sep 17 00:00:00 2001 From: Lim Chee Aun Date: Wed, 30 Aug 2023 17:47:17 +0800 Subject: [PATCH] Safeguard deconstruct --- src/app.jsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app.jsx b/src/app.jsx index d31566c3..3cdbbdf0 100644 --- a/src/app.jsx +++ b/src/app.jsx @@ -390,7 +390,7 @@ function App() { { + onClose={({ destination } = {}) => { states.showAccount = false; if (destination) { states.showAccounts = false;