feat: add user friends preview

This commit is contained in:
Kentai Radiquum 2025-04-04 05:58:13 +05:00
parent 2fce051a54
commit 0cd74983f3
Signed by: Radiquum
GPG key ID: 858E8EE696525EED
4 changed files with 72 additions and 2 deletions

View file

@ -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}`}