From 6db40d7d3ec311b475c5db66e25cc1dcd193ca12 Mon Sep 17 00:00:00 2001 From: Lim Chee Aun Date: Thu, 14 Sep 2023 23:23:22 +0800 Subject: [PATCH] Fix ref not defined --- src/components/account-sheet.jsx | 1 - 1 file changed, 1 deletion(-) diff --git a/src/components/account-sheet.jsx b/src/components/account-sheet.jsx index 37d4a903..2dd780f1 100644 --- a/src/components/account-sheet.jsx +++ b/src/components/account-sheet.jsx @@ -19,7 +19,6 @@ function AccountSheet({ account, instance: propInstance, onClose }) { return (
{ const accountBlock = e.target.closest('.account-block');