minor trailing spaces

This commit is contained in:
Milos Brzakovic
2021-08-05 18:36:25 +02:00
parent bc0c1895f7
commit c8aedcbb79
2 changed files with 2 additions and 2 deletions

View File

@@ -599,7 +599,7 @@ export function rendererMap(context) {
}
projection.transform(eventTransform);
var withinEditableZoom = map.withinEditableZoom();
if (_lastWithinEditableZoom !== withinEditableZoom) {
if (_lastWithinEditableZoom !== undefined) {

View File

@@ -170,7 +170,7 @@ export function uiSuccess(context) {
// Resolve strings
const localizer = (stringID) => t.html(`community.${stringID}`);
resource.resolved = resolveStrings(resource, oci.defaults, localizer);
communities.push({
area: area,
order: resource.order || 0,