[fix] lint and building errors

This commit is contained in:
Purp1e
2025-03-23 22:52:39 +08:00
parent 1a0477d6b9
commit 222b671289
5 changed files with 5 additions and 5 deletions

View File

@@ -39,7 +39,7 @@ export default function Page() {
steam.setCsDir(e.target.value)
}}
/>
<p>64SteamID{steam.currentUser()?.steamID64}</p>
<p>64SteamID{steam.currentUser()?.steam_id64}</p>
</div>
</div>
)