mirror of
https://github.com/Radiquum/AniX.git
synced 2025-04-29 17:39:41 +05:00
feat: add user friends preview
This commit is contained in:
parent
2fce051a54
commit
0cd74983f3
4 changed files with 72 additions and 2 deletions
|
@ -36,7 +36,6 @@ export const ProfileActivityCollections = (props: {
|
|||
{props.content &&
|
||||
props.content.length > 0 &&
|
||||
props.content.map((collection) => {
|
||||
console.log(collection);
|
||||
return (
|
||||
<SwiperSlide
|
||||
key={`col-prev-${collection.id}`}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue