fix: remove useless div from alerts

This commit is contained in:
RadoslavDimchev 2023-10-18 16:03:33 +03:00
parent c2a957f9f4
commit c76f094dc3
1 changed files with 1 additions and 3 deletions

View File

@ -38,9 +38,7 @@ const AlertsList = () => {
<Text size={15} weight={'semibold'}>
Alerts
</Text>
<div style={{ marginRight: '8px' }}>
<ChevronRightIcon size={20} />
</div>
<ChevronRightIcon size={20} style={{ marginRight: '8px' }} />
</XStack>
{alerts.map(alert => (
<InformationBox