Skip to content

Commit

Permalink
Merge branch 'staging' into main
Browse files Browse the repository at this point in the history
  • Loading branch information
annelhote committed Jul 7, 2023
2 parents 1b782a5 + 2601776 commit 2965cb1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/components/blocs/relations/utils/exports.js
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ function createCsvStructureRowFromRelation({ relation, inverse, listName }) {
'Status de la structure': toExport.structureStatus,
'Date de création': toExport?.creationDate,
'Date de fermeture': toExport?.closureDate,
Géolocalisation: toExport.currentLocalisation?.geometry?.coordinates?.toString(),
Géolocalisation: toExport.currentLocalisation?.geometry?.coordinates?.reverse()?.toString(),
'Mention de distribution': toExport.currentLocalisation?.distributionStatement,
Adresse: toExport.currentLocalisation?.address,
'Lieu-dit': toExport.currentLocalisation?.place,
Expand Down
2 changes: 1 addition & 1 deletion src/pages/admin/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ function AdminPage() {
</SideMenuLink>
</SideMenuItem>
<SideMenuLink className={(page === 'taches') && 'sidemenu__item--active'} asLink={<RouterLink to="/admin/taches" replace />}>
Tâches du systeme
Tâches du système
</SideMenuLink>
</SideMenu>
</Col>
Expand Down

0 comments on commit 2965cb1

Please sign in to comment.