setShowLeaveModal(false)}
onConfirm={handleLeaveEvent}
title="Leave Event?"
description="This action cannot be undone"
message={`Are you sure you want to leave ${event?.name || 'this event'}? You will need to scan the QR code again to rejoin.`}
confirmText="Leave Event"
isLoading={isLeaving}
loadingText="Leaving..."
icon={AlertTriangle}
/>
setShowHeatsModal(false)}
title="Edit Your Competition Heats"
>
setShowHeatsModal(false)}
existingHeats={myHeats}
existingCompetitorNumber={myCompetitorNumber}
/>
);
};
export default EventChatPage;