\n
\n Flight Number\n {data.flight_number}\n
\n
\n Used core\n \n {data.rocket.first_stage.cores.map(c => (c.reused ? '✓' : '✘')).join('')}\n \n
\n
\n Landing attempt\n \n {data.rocket.first_stage.cores\n .map(({ landing_intent: i }) => (i === null ? '?' : i ? '✓' : '✘'))\n .join('')}\n \n
\n
\n Destination\n {data.rocket.second_stage.payloads[0].orbit}\n
\n {mass && (\n
\n Mass\n {mass}kg\n
\n )}\n