fix friends
All checks were successful
Build Images and Deploy / Update-PROD-Stack (push) Successful in 33s

This commit is contained in:
2026-01-30 17:15:04 -05:00
parent 790357c56a
commit b018664e83

View File

@@ -258,11 +258,18 @@ export default function Friends() {
))}
{challengeFriends.length > 0 && (
<>
<div style={{ borderTop: '1px solid var(--border)', paddingTop: '1rem', marginTop: '0.5rem' }}>
{friends.length > 0 && (
<div style={{ borderTop: '1px solid var(--border)', paddingTop: '1rem', marginTop: '0.5rem' }}>
<div style={{ fontSize: '0.875rem', color: 'var(--text-muted)', marginBottom: '0.5rem' }}>
From Challenges
</div>
</div>
)}
{friends.length === 0 && (
<div style={{ fontSize: '0.875rem', color: 'var(--text-muted)', marginBottom: '0.5rem' }}>
From Challenges
</div>
</div>
)}
{challengeFriends.map(friend => (
<div key={friend.id} style={{ display: 'flex', justifyContent: 'space-between', alignItems: 'center' }}>
<div>