mirror of
https://github.com/trafficlunar/tomodachi-share.git
synced 2026-05-13 13:17:45 +00:00
fix: build errors AGAIN
aefusuhgurg
This commit is contained in:
parent
0c2dcf3192
commit
7f52773bd9
1 changed files with 1 additions and 1 deletions
|
|
@ -28,7 +28,7 @@ export default function MiiGrid({ miis, userId, parentPage }: Props) {
|
|||
// revalidateOnFocus: false,
|
||||
// revalidateOnReconnect: false,
|
||||
// });
|
||||
const likedIds = new Set([]);
|
||||
const likedIds = new Set([0]);
|
||||
|
||||
return (
|
||||
<div className="grid grid-cols-4 gap-4 max-lg:grid-cols-3 max-md:grid-cols-2 max-[30rem]:grid-cols-1">
|
||||
|
|
|
|||
Loading…
Reference in a new issue