\r\n
\r\n {props.labelCopy}\r\n
\r\n
\r\n
\r\n {displayErrorUI && (\r\n \r\n {hasValue ? props.errorCopyNotEmpty : props.errorCopyEmpty}\r\n
\r\n )}\r\n >\r\n )\r\n}\r\n","// extracted by mini-css-extract-plugin\nexport default {\"wrapper\":\"info-view-module__wrapper\",\"msgBlock\":\"info-view-module__msgBlock\",\"img\":\"info-view-module__img\",\"msg\":\"info-view-module__msg\"};","import React, { FunctionComponent } from 'react'\r\nimport icon from '@common/images/icon-info.svg'\r\nimport { BoxWrapper } from '../BoxWrapper'\r\nimport styles from './info-view.module.css'\r\n\r\nexport const InfoView: FunctionComponent = ({ children }) => {\r\n return (\r\n