Front: Prettier
This commit is contained in:
committed by
Clément Le Bihan
parent
4577997b1c
commit
fb0e43af88
@@ -150,7 +150,7 @@ export const RawElement = ({ element }: RawElementProps) => {
|
||||
/>
|
||||
);
|
||||
default:
|
||||
return <Translate translationKey='unknownError'/>
|
||||
return <Translate translationKey="unknownError" />;
|
||||
}
|
||||
})()}
|
||||
</Row>
|
||||
|
||||
Reference in New Issue
Block a user