Remove redundant role display for super administrators on the home page

Updated client/src/pages/Home.tsx to conditionally render the user role, specifically removing the display of 'SuperAdmin' when the user's role is 'superadmin' to avoid redundancy.

Replit-Commit-Author: Agent
Replit-Commit-Session-Id: 069d4324-6c40-4355-955e-c714a50de1ea
Replit-Commit-Checkpoint-Type: full_checkpoint
Replit-Commit-Screenshot-Url: https://storage.googleapis.com/screenshot-production-us-central1/3df548ff-50ae-432f-9be4-25d34eccc983/069d4324-6c40-4355-955e-c714a50de1ea/9tQ591o
This commit is contained in:
kimjaehyeon0101
2025-09-29 21:53:35 +00:00
parent ad8e122a7f
commit 2cc211eec0
2 changed files with 4 additions and 15 deletions

View File

@ -18,10 +18,6 @@ externalPort = 80
localPort = 34047
externalPort = 3002
[[ports]]
localPort = 36455
externalPort = 3003
[[ports]]
localPort = 37531
externalPort = 3001