15079 show eia required label
This commit is contained in:
@@ -33,8 +33,7 @@ const EventsDetails = (props) => {
|
|||||||
<h2 className="govuk-heading-m ">Events</h2>
|
<h2 className="govuk-heading-m ">Events</h2>
|
||||||
{eventsArr.map(
|
{eventsArr.map(
|
||||||
(item, key) =>
|
(item, key) =>
|
||||||
item.pinswg_eventpublishingflag ==
|
item.pinswg_eventpublishflag && (
|
||||||
846040001 && (
|
|
||||||
<>
|
<>
|
||||||
{" "}
|
{" "}
|
||||||
<div className="eventContainer">
|
<div className="eventContainer">
|
||||||
|
|||||||
@@ -23,6 +23,7 @@
|
|||||||
"summary-type-of-event-label": "Math o ddigwyddiad",
|
"summary-type-of-event-label": "Math o ddigwyddiad",
|
||||||
"summary-status-label": "Statws",
|
"summary-status-label": "Statws",
|
||||||
"summary-decision-label": "Penderfyniad",
|
"summary-decision-label": "Penderfyniad",
|
||||||
|
"summary-eia-required-label": "Angen AEA",
|
||||||
"summary-case-link-status-label": "Statws Cysylltiad yr Achos",
|
"summary-case-link-status-label": "Statws Cysylltiad yr Achos",
|
||||||
"summary-case-link-status-not-linked": "Heb ei gysylltu",
|
"summary-case-link-status-not-linked": "Heb ei gysylltu",
|
||||||
"summary-case-link-status-linked": "Wedi'i gysylltu",
|
"summary-case-link-status-linked": "Wedi'i gysylltu",
|
||||||
|
|||||||
@@ -45,6 +45,7 @@
|
|||||||
"summary-start-event-time-label": "Start time of event",
|
"summary-start-event-time-label": "Start time of event",
|
||||||
"summary-event-date-label": "Event Date",
|
"summary-event-date-label": "Event Date",
|
||||||
"summary-decision-date-label": "Decision Date",
|
"summary-decision-date-label": "Decision Date",
|
||||||
|
"summary-eia-required-label": "EIA required",
|
||||||
"summary-documents-button-label": "Documents",
|
"summary-documents-button-label": "Documents",
|
||||||
"documents-not-available-label": "Documents are not available for download at this time, please check later.",
|
"documents-not-available-label": "Documents are not available for download at this time, please check later.",
|
||||||
"documents-document-count-label": "Document(s)",
|
"documents-document-count-label": "Document(s)",
|
||||||
|
|||||||
Reference in New Issue
Block a user