We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
FileModificationUntil.js
1 parent a8251eb commit 564805cCopy full SHA for 564805c
invenio_app_rdm/theme/assets/semantic-ui/js/invenio_app_rdm/components/FileModificationUntil.js
@@ -21,12 +21,7 @@ export class FileModificationUntil extends Component {
21
const daysUntil = fileModification.context?.days_until;
22
if (isPublished && filesUnlocked && daysUntil !== undefined) {
23
if (daysUntil <= 0) {
24
- return (
25
- <>
26
- {" "}
27
- {i18next.t("– You are past the allowed period to edit files.")}
28
- </>
29
- );
+ return <> {i18next.t("– You are past the allowed period to edit files.")}</>;
30
}
31
return (
32
<>
0 commit comments