Skip to content
Snippets Groups Projects
Unverified Commit bd927021 authored by Maxime FRIESS's avatar Maxime FRIESS :blue_heart:
Browse files

[build,ci] Fixed issues with development

parent eb6b56a3
No related merge requests found
Pipeline #69319 failed with stages
in 16 minutes and 4 seconds
......@@ -21,6 +21,7 @@ test:
paths:
- node_modules/
script:
- yarn install --dev
- yarn run prettier --check .
- yarn run eslint .
......
......@@ -396,7 +396,7 @@ const messages = {
}
},
participations: {
name: 'Participation |||| Participations',
name: 'Participant |||| Participants',
fields: {
id: '#',
created_at: 'Créé le',
......
......@@ -227,7 +227,7 @@ const EventDataInput = ({ eventId, personId, priceChanged, ...props }) => {
});
onChange(val);
}, [event]);
}, [event]); // eslint-disable-line
if (loading1 || loading2) return <Loading />;
if (error1 || error2) return <Error />;
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment