This commit is contained in:
trafficlunar 2026-02-01 22:06:24 +00:00
parent fcdd080b4d
commit df30270cc6

View file

@ -144,7 +144,7 @@ export default async function MiiPage({ params }: Props) {
<li> <li>
From: <span className="text-right font-medium">{mii.islandName} Island</span> From: <span className="text-right font-medium">{mii.islandName} Island</span>
</li> </li>
{mii.allowedCopying && ( {mii.allowedCopying !== null && (
<li> <li>
Allowed Copying: <input type="checkbox" checked={mii.allowedCopying} disabled className="checkbox cursor-auto!" /> Allowed Copying: <input type="checkbox" checked={mii.allowedCopying} disabled className="checkbox cursor-auto!" />
</li> </li>