remove unused var

This commit is contained in:
ammarahm-ed
2021-04-17 15:09:40 +05:00
parent a9a7c11185
commit 50737f166d

View File

@@ -327,7 +327,6 @@ export const AppRootEvents = React.memo(
if (login) {
eSendEvent(eCloseProgressDialog);
}
let announcement = await db.announcement();
}