{isFetchingNextPage || hasNextPage ? (
) : (
No more riders
)}
)}
>
);
};
// Inline stat chip used in the rider-logs collapse row. Mirrors the StatChip
// pattern from the pricing page so the telemetry block reads at a glance.
const LogChip = ({ color, icon: Icon, label, value }) => (
{label}
{value}
);
export default Riders;