@dra2020/baseclient 1.0.79 → 1.0.80

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -457,6 +457,7 @@ function getColorTable(palette) {
457
457
  ColorTable[palette].push(exports.EthnicBackgroundColor[i]);
458
458
  return ColorTable[palette];
459
459
  }
460
+ return ColorTable[palette];
460
461
  }
461
462
  if (allPaletteNames.includes(palette)) {
462
463
  if (!ColorTable[palette])