Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Open sidebar
SocialGouv
1000jours
les1000jours
Commits
9f21d8e5
Unverified
Commit
9f21d8e5
authored
Oct 05, 2021
by
yannickjacqueline
Committed by
GitHub
Oct 05, 2021
Browse files
fix(epds): correction condition affichage texte d'invitation (#737)
parent
b0f57114
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
front/screens/epdsSurvey/epdsLightResult.component.tsx
front/screens/epdsSurvey/epdsLightResult.component.tsx
+1
-1
No files found.
front/screens/epdsSurvey/epdsLightResult.component.tsx
View file @
9f21d8e5
...
...
@@ -141,7 +141,7 @@ const EpdsLightResult: React.FC<Props> = ({
<
SecondaryText
style
=
{
styles
.
text
}
>
{
Labels
.
epdsSurveyLight
.
changementsImportants
}
</
SecondaryText
>
{
result
>=
EpdsConstants
.
RESULT_BAD_VALUE
&&
(
{
result
<
EpdsConstants
.
RESULT_BAD_VALUE
&&
(
<
SecondaryText
style
=
{
[
styles
.
text
,
styles
.
fontBold
]
}
>
{
labelsResultats
.
retakeTestInvitation
}
</
SecondaryText
>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment