@linzjs/step-ag-grid 7.8.0 → 7.8.1

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.
@@ -3910,7 +3910,7 @@ var bearingCorrectionValueFormatter = function (params) {
3910
3910
  if (typeof value === "string") {
3911
3911
  return convertDDToDMS(bearingNumberParser(value), true, true);
3912
3912
  }
3913
- return convertDDToDMS(value, true, true);
3913
+ return convertDDToDMS(value, true, false);
3914
3914
  };
3915
3915
  var bearingNumberParser = function (value) {
3916
3916
  if (value === "")