Skip to content

Commit

Permalink
fix(bo): liste hébergement adresse disparue 834 (#724)
Browse files Browse the repository at this point in the history
## Tickets liés
Close #
tickets liés : 834

## Description

### dont régressions potentielles à tester

## Screenshot / liens loom 

## Check-list

 - [X] Ma branche est rebase sur main
- [X] Des tests ont été écrits pour tous les endpoints créés ou modifiés
 - [X] Refacto "à la volée" des parties sur lesquelles j'ai codée
 - [X] Plus de `console.log`
  • Loading branch information
l-scherer authored Feb 11, 2025
2 parents e1e5a41 + c78eb8d commit 2d5fb8a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/frontend-bo/src/components/hebergements/Tous.vue
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,6 @@ const headers = [
{
column: "adresse",
text: "Adresse",
format: (row) => row.adresse.label,
},
{
column: "telephone",
Expand Down

0 comments on commit 2d5fb8a

Please sign in to comment.