Merged PR 946: comment out debug data incorrectly showing in ui
comment out debug data incorrectly showing in ui Related work items: #7952
This commit is contained in:
@@ -279,7 +279,7 @@ const CaseSummary = (props) => {
|
|||||||
</dl>
|
</dl>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
1{" "}
|
{/* 1{" "}
|
||||||
{_.has(detailsObj, "pinswg_startdatetimeiftheevent") &&
|
{_.has(detailsObj, "pinswg_startdatetimeiftheevent") &&
|
||||||
detailsObj.pinswg_startdatetimeiftheevent}
|
detailsObj.pinswg_startdatetimeiftheevent}
|
||||||
2{" "}
|
2{" "}
|
||||||
@@ -290,7 +290,7 @@ const CaseSummary = (props) => {
|
|||||||
detailsObj.pinswg_startdateofevent}
|
detailsObj.pinswg_startdateofevent}
|
||||||
4{" "}
|
4{" "}
|
||||||
{_.has(detailsObj, "pinswg_starttimeoftheevent") &&
|
{_.has(detailsObj, "pinswg_starttimeoftheevent") &&
|
||||||
detailsObj.pinswg_starttimeoftheevent}
|
detailsObj.pinswg_starttimeoftheevent} */}
|
||||||
{/* <div className="govuk-grid-row">
|
{/* <div className="govuk-grid-row">
|
||||||
<div className="govuk-grid-column-full">
|
<div className="govuk-grid-column-full">
|
||||||
<div className="govuk-button-group">
|
<div className="govuk-button-group">
|
||||||
|
|||||||
Reference in New Issue
Block a user