Fix syntax error in leaderboard activity display
Correct a bracket mismatch in the Activity.tsx file's LeaderboardTab component to resolve a build error. Replit-Commit-Author: Agent Replit-Commit-Session-Id: 9203795e-937a-4306-b81d-b4d5c78c240e Replit-Commit-Checkpoint-Type: full_checkpoint Replit-Commit-Event-Id: 32c1f264-06ed-472b-9efb-fdb65143367f Replit-Commit-Screenshot-Url: https://storage.googleapis.com/screenshot-production-us-central1/7c94b7a0-29c7-4f2e-94ef-44b2153872b7/9203795e-937a-4306-b81d-b4d5c78c240e/VksTkSz Replit-Helium-Checkpoint-Created: true
This commit is contained in:
parent
4b3661e861
commit
d7b46dc222
1 changed files with 33 additions and 34 deletions
|
|
@ -449,8 +449,7 @@ function LeaderboardTab({ openExternalLink, currentUserId }: { openExternalLink:
|
||||||
</motion.span>
|
</motion.span>
|
||||||
)}
|
)}
|
||||||
</motion.div>
|
</motion.div>
|
||||||
)
|
))}
|
||||||
)}
|
|
||||||
<button onClick={() => openExternalLink(`${APP_URL}/leaderboard`)} className="w-full py-2 text-purple-400 text-sm hover:underline flex items-center justify-center gap-1">
|
<button onClick={() => openExternalLink(`${APP_URL}/leaderboard`)} className="w-full py-2 text-purple-400 text-sm hover:underline flex items-center justify-center gap-1">
|
||||||
Full leaderboard <ExternalLink className="w-3 h-3" />
|
Full leaderboard <ExternalLink className="w-3 h-3" />
|
||||||
</button>
|
</button>
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue