Skip to content

Commit

Permalink
chore: merge with main
Browse files Browse the repository at this point in the history
  • Loading branch information
XavierJp committed Sep 17, 2024
2 parents 01b8d25 + 4d30088 commit 8620743
Show file tree
Hide file tree
Showing 110 changed files with 3,486 additions and 1,355 deletions.
1 change: 1 addition & 0 deletions .github/CODEOWNERS
Validating CODEOWNERS rules …
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
* @xavierJp
4 changes: 2 additions & 2 deletions app/(header-default)/annonces/[slug]/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import Title from '#components/title-section';
import { FICHE } from '#components/title-section/tabs';
import { estDiffusible } from '#models/core/diffusion';
import { isAssociation } from '#models/core/types';
import { EScope, hasRights } from '#models/user/rights';
import { AppScope, hasRights } from '#models/user/rights';
import {
uniteLegalePageDescription,
uniteLegalePageTitle,
Expand Down Expand Up @@ -50,7 +50,7 @@ const AnnoncesPage = async (props: AppRouterProps) => {
session={session}
/>
{estDiffusible(uniteLegale) ||
hasRights(session, EScope.nonDiffusible) ? (
hasRights(session, AppScope.nonDiffusible) ? (
<>
<ul>
<li>
Expand Down

This file was deleted.

Loading

0 comments on commit 8620743

Please sign in to comment.