\n
{message && message.labelId ? intl.formatMessage({id: message.labelId}) : message}
\n
\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n
\n
\n )\n}\n\nLoading.propTypes = {\n styles: PropTypes.any,\n loadingInfo: PropTypes.any\n}\n\n\nexport default injectIntl(Loading)\n","import React from 'react'\nimport {useSelector} from 'react-redux'\nimport GlobalLoadingCommon from 'components/ui/GlobalLoading'\nimport {stateManager} from './store'\n\n\nconst GlobalLoading = () => {\n const isLoading = useSelector(stateManager.isLoading)\n\n return isLoading ?