- Only league admins can access stewarding functions. -
-Official rules and regulations
+Platform
+{viewData.gameName}
+Championships
+{viewData.championshipsCount}
+Sessions Scored
++ {viewData.sessionTypes} +
+Drop Policy
++ {viewData.hasActiveDropPolicy ? 'Active' : 'None'} +
+| Position | +Points | +
|---|---|
| {point.position} | +{point.points} | +
{bonus}
+{viewData.dropPolicySummary}
++ Drop rules are applied automatically when calculating championship standings. +
++ Quick overview of protests and penalties across all races +
+All Clear!
+No protests or penalties to review.
+No items to display
+ ) : ( + <> + {race.pendingProtests.map((protest) => { + const protester = viewData.drivers.find(d => d.id === protest.protestingDriverId); + const accused = viewData.drivers.find(d => d.id === protest.accusedDriverId); + + return ( ++ {protest.incident.description} +
+{penalty.reason}
+