Front: Prettier

This commit is contained in:
Arthur Jamet
2023-12-14 17:25:41 +01:00
committed by Clément Le Bihan
parent 4577997b1c
commit fb0e43af88
9 changed files with 55 additions and 39 deletions
+1 -1
View File
@@ -150,7 +150,7 @@ export const RawElement = ({ element }: RawElementProps) => {
/>
);
default:
return <Translate translationKey='unknownError'/>
return <Translate translationKey="unknownError" />;
}
})()}
</Row>