mirror of
https://github.com/trafficlunar/tomodachi-share.git
synced 2026-05-13 13:17:45 +00:00
feat: fc7374e9 part 2, nevermind refreshing sucks
This commit is contained in:
parent
fc7374e9b0
commit
94389ddc8f
1 changed files with 0 additions and 1 deletions
|
|
@ -98,7 +98,6 @@ export default function MiiGrid({ miis, userId, parentPage }: Props) {
|
|||
<button
|
||||
onClick={async () => {
|
||||
await fetch(`/api/admin/accept-mii?id=${mii.id}`, { method: "PATCH" });
|
||||
router.refresh();
|
||||
}}
|
||||
className="cursor-pointer text-zinc-400 hover:text-green-500 transition-colors p-1 bg-white rounded-md shadow-sm border border-zinc-200 hover:border-green-500"
|
||||
title="Accept Mii"
|
||||
|
|
|
|||
Loading…
Reference in a new issue