Skip to content

Commit

Permalink
Merge branch 'main' into development
Browse files Browse the repository at this point in the history
  • Loading branch information
mainlyIt authored Nov 25, 2024
2 parents afa0aeb + 27e2d25 commit c3a6cc4
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/components/ObservationDetailsComponent.vue
Original file line number Diff line number Diff line change
Expand Up @@ -322,8 +322,7 @@
<div class="row mb-2">
<label class="col-4 col-form-label">Telefoon</label>
<div class="col-8">
<p class="form-control-plaintext">{{ selectedObservation.observer_phone_number }}
</p>
<p class="form-control-plaintext">{{ selectedObservation.observer_phone_number }}</p>
</div>
</div>
</div>
Expand Down Expand Up @@ -653,7 +652,6 @@ export default {
const today = new Date();
editableObservation.value.eradication_date = today.toISOString().split('T')[0];
}
// Format eradication_date if provided, and check for valid eradication result
if (editableObservation.value.eradication_date) {
const date = new Date(editableObservation.value.eradication_date);
Expand Down

0 comments on commit c3a6cc4

Please sign in to comment.