From 93a80ec38894b76d7cf608a38e8d77351f2e4946 Mon Sep 17 00:00:00 2001 From: Rushikesh Tote Date: Sat, 23 Jul 2022 22:38:39 +0530 Subject: [PATCH] fix build --- src/components/Sidebar/UtilitySection.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/Sidebar/UtilitySection.tsx b/src/components/Sidebar/UtilitySection.tsx index b544d3117..599fada0c 100644 --- a/src/components/Sidebar/UtilitySection.tsx +++ b/src/components/Sidebar/UtilitySection.tsx @@ -36,7 +36,7 @@ export default function UtilitySection({ closeSidebar }) { } else { setDialogMessage({ title: constants.DOWNLOAD_APP, - content: constants.DOWNLOAD_APP_MESSAGE(), + content: constants.DOWNLOAD_APP_MESSAGE, proceed: { text: constants.DOWNLOAD,