Skip to content
Snippets Groups Projects

Resolve "[MIN-321] form for reporting errors in minerva"

Merged Piotr Gawron requested to merge 254-min-321-form-for-reporting-errors-in-minerva into development
2 files
+ 4
5
Compare changes
  • Side-by-side
  • Inline
Files
2
+ 1
0
@@ -16,6 +16,7 @@ export const NOOP = (): void => {};
export const ONE_DECIMAL = 0.1;
export const ONE_HUNDRED = 100;
export const ONE_THOUSAND = 1000;
export const EMPTY_ARRAY_STRING = '[]';
export const ZOOM_FACTOR = 2.0; // Zoom factor indicating doubling the distance for each zoom level
Loading