Skip to content

Commit

Permalink
Update webclient/src/components/DetailsCoordinatePicker.vue
Browse files Browse the repository at this point in the history
Co-authored-by: codacy-production[bot] <61871480+codacy-production[bot]@users.noreply.github.com>
  • Loading branch information
CommanderStorm and codacy-production[bot] committed Jun 19, 2023
1 parent ab95906 commit 389905f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion webclient/src/components/DetailsCoordinatePicker.vue
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ function cancelLocationPicker() {
</div>
</Teleport>

<div class="toast toast-primary mb-2 location-picker" v-if="marker2">
<div class="toast toast-primary location-picker mb-2" v-if="marker2">
<div class="columns">
<div class="column col col-sm-12">
{{ $t("view_view.msg.correct_location.msg") }}
Expand Down

0 comments on commit 389905f

Please sign in to comment.