) : (
}
title="No active events"
description="Check in at an event to start connecting with other dancers!"
action={
Browse Events
}
/>
)}
{/* Active Matches Section */}
Active Matches
View all
{activeMatches?.length > 0 ? (
{activeMatches.map((match) => (
))}
) : (
}
title="No active matches"
description="Join an event chat and send match requests to start collaborating!"
/>
)}
{/* Match Requests Section */}
{(hasIncoming || hasOutgoing) && (