{"version":3,"file":"warning-message-53446dd4.js","sources":["../../../client/src/javascripts/customer_pages/_utils/warning-message.jsx"],"sourcesContent":["import React from 'react';\nimport classNames from 'classnames';\n\nexport default function WarningMessage({\n className,\n children,\n isWarning,\n dataTestId,\n hidePrefix,\n isDelivery\n}) {\n return (\n
\n {hidePrefix || Warning:} {children}\n
\n