nicolium: what's this nesting
Signed-off-by: nicole mikołajczyk <git@mkljczk.pl>
This commit is contained in:
@ -98,10 +98,8 @@ const QuotedStatus: React.FC<IQuotedStatus> = ({ status, onCancel, compose }) =>
|
||||
{status.event ? (
|
||||
<EventPreview status={status} hideAction />
|
||||
) : (
|
||||
<Stack className='relative z-0'>
|
||||
<Stack space={4}>
|
||||
<StatusContent status={status} collapsable isQuote withMedia compose={compose} />
|
||||
</Stack>
|
||||
<Stack space={4} className='relative z-0'>
|
||||
<StatusContent status={status} collapsable isQuote withMedia compose={compose} />
|
||||
</Stack>
|
||||
)}
|
||||
</Stack>
|
||||
|
||||
Reference in New Issue
Block a user