From ced4dc86aac2545345a4b61d96e2ecf8727c14f4 Mon Sep 17 00:00:00 2001
From: Lim Chee Aun <cheeaun@gmail.com>
Date: Sun, 19 May 2024 16:24:29 +0800
Subject: [PATCH] Forgot passing blankCopy

---
 src/components/modals.jsx | 1 +
 1 file changed, 1 insertion(+)

diff --git a/src/components/modals.jsx b/src/components/modals.jsx
index 2772c9b8..a0ebd4c9 100644
--- a/src/components/modals.jsx
+++ b/src/components/modals.jsx
@@ -187,6 +187,7 @@ export default function Modals() {
             }
             postID={snapStates.showGenericAccounts.postID}
             onClose={() => (states.showGenericAccounts = false)}
+            blankCopy={snapStates.showGenericAccounts.blankCopy}
           />
         </Modal>
       )}