Skip to content
Snippets Groups Projects
Unverified Commit 463beb18 authored by BITARD Michaël's avatar BITARD Michaël Committed by GitHub
Browse files

fix(ui): on peut naviguer hors de la page A propos (#496)

parent e2f1df4d
No related branches found
No related tags found
No related merge requests found
......@@ -234,3 +234,6 @@ export const About: FunctionalComponent = () => {
</div>
)
}
// Demandé par le router car utilisé dans un import asynchrone /shrug
About.displayName = 'About'
......@@ -6,3 +6,6 @@ interface Props {
message: string
}
export const CaminoError: FunctionalComponent<Props> = props => <div class={`mb p-s color-bg bg-${props.couleur}`}>{props.message}</div>
// Demandé par le router car utilisé dans un import asynchrone /shrug
CaminoError.displayName = 'CaminoError'
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment