Skip to content

Commit

Permalink
refactor: remove unsed props - aave#1767
Browse files Browse the repository at this point in the history
  • Loading branch information
NandyBa committed Sep 16, 2023
1 parent d51177c commit 317b8a8
Showing 1 changed file with 1 addition and 9 deletions.
10 changes: 1 addition & 9 deletions src/modules/dashboard/DashboardTopPanel.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -199,15 +199,7 @@ export const DashboardTopPanel = () => {
/>
)
}
AaveAlarmIntegrationComponent={
currentMarketData.halIntegration && (
<AaveAlarmLink
healthFactor={user?.healthFactor || '-1'}
marketName={currentMarketData.halIntegration.marketName}
integrationURL={currentMarketData.halIntegration.URL}
/>
)
}
AaveAlarmIntegrationComponent={<AaveAlarmLink />}
/>
</TopInfoPanelItem>
)}
Expand Down

0 comments on commit 317b8a8

Please sign in to comment.