mirror of
https://github.com/ragestudio/comty.git
synced 2025-06-10 02:54:15 +00:00
remove Swipper.Item
This commit is contained in:
parent
d59cae979a
commit
1a3235013c
@ -171,15 +171,11 @@ const PostContent = React.memo((props) => {
|
|||||||
}
|
}
|
||||||
})
|
})
|
||||||
|
|
||||||
return <Swiper.Item
|
return <div key={index} className="addition">
|
||||||
key={index}
|
<React.Suspense fallback={<div>Loading</div>} >
|
||||||
>
|
<MediaRender />
|
||||||
<div className="addition">
|
</React.Suspense>
|
||||||
<React.Suspense fallback={<div>Loading</div>} >
|
</div>
|
||||||
<MediaRender />
|
|
||||||
</React.Suspense>
|
|
||||||
</div>
|
|
||||||
</Swiper.Item>
|
|
||||||
})
|
})
|
||||||
|
|
||||||
// parse message
|
// parse message
|
||||||
|
Loading…
x
Reference in New Issue
Block a user