import React from 'react'; function ListGameCell(props){ const isSelected = props.selectedGame === props.data.gameId; return (
Game ID: {props.data.gameId}
{props.data.completed}/{props.data.gameSize}