fix: remove useless div from alerts
This commit is contained in:
parent
c2a957f9f4
commit
c76f094dc3
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue