Press n or j to go to the next uncovered block, b, p or k for the previous block.
| 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 | 23x | export const mockTerritoryMetrics = {
  active_devices: {
    "528": {
      code: "NL",
      color_rgb: [8, 48, 107],
      name: "Netherlands",
      number_of_users: 1,
      percentage_of_users: 1,
    },
    "826": {
      code: "GB",
      color_rgb: [8, 48, 107],
      name: "United Kingdom",
      number_of_users: 4,
      percentage_of_users: 4,
    },
  },
  territories_total: 5,
};
  |