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'}>
|
<Text size={15} weight={'semibold'}>
|
||||||
Alerts
|
Alerts
|
||||||
</Text>
|
</Text>
|
||||||
<div style={{ marginRight: '8px' }}>
|
<ChevronRightIcon size={20} style={{ marginRight: '8px' }} />
|
||||||
<ChevronRightIcon size={20} />
|
|
||||||
</div>
|
|
||||||
</XStack>
|
</XStack>
|
||||||
{alerts.map(alert => (
|
{alerts.map(alert => (
|
||||||
<InformationBox
|
<InformationBox
|
||||||
|
|
Loading…
Reference in New Issue