mirror of
https://github.com/trafficlunar/tomodachi-share.git
synced 2026-03-28 11:13:16 +00:00
fix: 2e334d15 bug
This commit is contained in:
parent
fcdd080b4d
commit
df30270cc6
1 changed files with 1 additions and 1 deletions
|
|
@ -144,7 +144,7 @@ export default async function MiiPage({ params }: Props) {
|
|||
<li>
|
||||
From: <span className="text-right font-medium">{mii.islandName} Island</span>
|
||||
</li>
|
||||
{mii.allowedCopying && (
|
||||
{mii.allowedCopying !== null && (
|
||||
<li>
|
||||
Allowed Copying: <input type="checkbox" checked={mii.allowedCopying} disabled className="checkbox cursor-auto!" />
|
||||
</li>
|
||||
|
|
|
|||
Loading…
Reference in a new issue