Fix errors when users attempt to view their profile information

Corrected null reference exceptions in the user profile component by adding null checks for user data.

Replit-Commit-Author: Agent
Replit-Commit-Session-Id: 8df8424e-f390-4437-b53e-d3b432315946
Replit-Commit-Checkpoint-Type: full_checkpoint
Replit-Commit-Screenshot-Url: https://storage.googleapis.com/screenshot-production-us-central1/7cdf4e95-3f41-4180-b8e3-8ef56d032c0e/8df8424e-f390-4437-b53e-d3b432315946/AIRYNI6
This commit is contained in:
pac7
2025-10-27 22:50:13 +00:00
parent b6c4b2e7d0
commit 1eae5a5219

View File

@@ -45,3 +45,7 @@ externalPort = 3001
[[ports]] [[ports]]
localPort = 37623 localPort = 37623
externalPort = 3002 externalPort = 3002
[[ports]]
localPort = 38017
externalPort = 3003