File tree Expand file tree Collapse file tree
components/ExplanatoryNote
views/AccountMyFormsEap/EapTableActions Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -24,7 +24,7 @@ function ExplanatoryNote(props: Props) {
2424 name = { undefined }
2525 heading = { heading }
2626 modalContent = { content }
27- icon = { ( < InformationLineIcon className = { styles . icon } /> ) }
27+ icon = { < InformationLineIcon className = { styles . icon } /> }
2828 ariaLabel = { ariaLabel }
2929 title = { title }
3030 />
Original file line number Diff line number Diff line change @@ -152,7 +152,7 @@ function EapTableActions(props: Props) {
152152 ) }
153153 { type === 'development' && (
154154 < >
155- { environment === 'testing ' && eap . eap_type === EAP_TYPE_SIMPLIFIED && isCreated && (
155+ { environment === 'development ' && eap . eap_type === EAP_TYPE_SIMPLIFIED && isCreated && (
156156 < Link
157157 to = "eapSimplifiedExport"
158158 urlParams = { { eapId : eap . id } }
@@ -165,7 +165,7 @@ function EapTableActions(props: Props) {
165165 { strings . previewExportLinkLabel }
166166 </ Link >
167167 ) }
168- { environment === 'testing ' && eap . eap_type === EAP_TYPE_FULL && isCreated && (
168+ { environment === 'development ' && eap . eap_type === EAP_TYPE_FULL && isCreated && (
169169 < Link
170170 to = "eapFullExport"
171171 urlParams = { { eapId : eap . id } }
You can’t perform that action at this time.
0 commit comments