From 317b8a86059265d707f1d62d34b1e81c1451b805 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nandy=20B=C3=A2?= Date: Sat, 16 Sep 2023 21:48:19 +0200 Subject: [PATCH] refactor: remove unsed props - #1767 --- src/modules/dashboard/DashboardTopPanel.tsx | 10 +--------- 1 file changed, 1 insertion(+), 9 deletions(-) diff --git a/src/modules/dashboard/DashboardTopPanel.tsx b/src/modules/dashboard/DashboardTopPanel.tsx index 7152c06215..9908c32ca2 100644 --- a/src/modules/dashboard/DashboardTopPanel.tsx +++ b/src/modules/dashboard/DashboardTopPanel.tsx @@ -199,15 +199,7 @@ export const DashboardTopPanel = () => { /> ) } - AaveAlarmIntegrationComponent={ - currentMarketData.halIntegration && ( - - ) - } + AaveAlarmIntegrationComponent={} /> )}