Skip to content

Commit b910e8b

Browse files
committed
lint
1 parent 47c9fdd commit b910e8b

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

packages/web-forms/src/components/common/map/AsyncMap.vue

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,9 @@ onMounted(loadMap);
7474
<div class="async-map-container">
7575
<div v-if="currentState === STATES.ERROR" class="map-error">
7676
<!-- TODO: translations -->
77-
<p class="map-error-message">Unable to load map</p>
77+
<p class="map-error-message">
78+
Unable to load map
79+
</p>
7880
</div>
7981

8082
<ProgressSpinner v-else-if="currentState === STATES.LOADING" class="map-spinner" />

0 commit comments

Comments
 (0)