mirror of
https://github.com/trafficlunar/tomodachi-share.git
synced 2026-06-28 14:44:15 +00:00
fix: resize custom images
This commit is contained in:
parent
e078d59812
commit
e47914f873
3 changed files with 3 additions and 3 deletions
|
|
@ -189,7 +189,7 @@ export default async function MiiList({ searchParams, userId, inLikesPage }: Pro
|
|||
</div>
|
||||
</div>
|
||||
|
||||
<MiiGrid miis={miis} />
|
||||
<MiiGrid miis={miis} userId={userId} />
|
||||
<Pagination lastPage={lastPage} />
|
||||
</div>
|
||||
);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue