lap awards: 🥇 PR rows highlighted, 🏆 route lap-best, no awards on partial laps
This commit is contained in:
@@ -335,7 +335,7 @@ export default function ActivityDetailPage() {
|
||||
{laps && laps.length > 0 && (
|
||||
<div className="flex-1 min-w-[300px] bg-gray-900 rounded-xl border border-gray-800 p-4">
|
||||
<h3 className="text-sm font-medium text-gray-300 mb-3">Laps</h3>
|
||||
<LapTable laps={laps} sportType={activity.sport_type} lapBests={lapBests} />
|
||||
<LapTable laps={laps} sportType={activity.sport_type} lapBests={lapBests} records={activityRecords} />
|
||||
</div>
|
||||
)}
|
||||
{routeBoard && routeBoard.top?.length > 0 && (
|
||||
|
||||
Reference in New Issue
Block a user