const defaultStats = [
  {id: 1, label: "Wins", text: "0"},
  {id: 2, label: "Losses", text: "0"},
  {id: 3, label: "Ratio", text: "0%"}
];