diff --git a/.eslintrc b/.eslintrc
index 4c0892e95..304b2f6e5 100644
--- a/.eslintrc
+++ b/.eslintrc
@@ -22,6 +22,7 @@
"prettier/prettier": "error",
"testing-library/no-unnecessary-act": "off",
"testing-library/prefer-find-by": "off",
- "curly": "error"
+ "curly": "error",
+ "react/jsx-curly-brace-presence": "error"
}
}
diff --git a/package-lock.json b/package-lock.json
index c34f0f0c6..ee00c7b69 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -21102,9 +21102,9 @@
}
},
"node_modules/jose": {
- "version": "5.2.4",
- "resolved": "https://registry.npmjs.org/jose/-/jose-5.2.4.tgz",
- "integrity": "sha512-6ScbIk2WWCeXkmzF6bRPmEuaqy1m8SbsRFMa/FLrSCkGIhj8OLVG/IH+XHVmNMx/KUo8cVWEE6oKR4dJ+S0Rkg==",
+ "version": "5.3.0",
+ "resolved": "https://registry.npmjs.org/jose/-/jose-5.3.0.tgz",
+ "integrity": "sha512-IChe9AtAE79ru084ow8jzkN2lNrG3Ntfiv65Cvj9uOCE2m5LNsdHG+9EbxWxAoWRF9TgDOqLN5jm08++owDVRg==",
"dev": true,
"funding": {
"url": "https://github.com/sponsors/panva"
diff --git a/src/group/components/GroupList.js b/src/group/components/GroupList.js
index d56153a57..39cd62297 100644
--- a/src/group/components/GroupList.js
+++ b/src/group/components/GroupList.js
@@ -222,7 +222,7 @@ const GroupList = () => {
First
Prefix
-
+
to add
.
diff --git a/src/landscape/components/LandscapeForm/AffiliationStep.js b/src/landscape/components/LandscapeForm/AffiliationStep.js
index d001366ab..784c4146c 100644
--- a/src/landscape/components/LandscapeForm/AffiliationStep.js
+++ b/src/landscape/components/LandscapeForm/AffiliationStep.js
@@ -136,7 +136,7 @@ const YearSelect = props => {
labelId={`${id}-label`}
id={id}
>
-