[fix] errors with default empty steam users + loading process

This commit is contained in:
Purp1e
2025-03-23 02:27:21 +08:00
parent 2247640dc1
commit 7e2e556485
8 changed files with 27 additions and 30 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()?.steamID64}</p>
</div>
</div>
)