autoUpdataFile

dev_local_v9_brain_cloud_competitions
eduauto 1 year ago
parent bd0c7d5941
commit 01fbb429d1

@ -27,7 +27,7 @@
display: block !important;
}
</style><script>if(document.domain !== "www.educoder.net") document.title = '';</script>
<script src="/react/build/umi.98114f51.js"></script>
<script src="/react/build/umi.86f18c96.js"></script>
<script src="/react/build/js/public.js"></script>
</body>
</html>

@ -15539,7 +15539,8 @@ var NewCompetitionsPage = function NewCompetitionsPage(_ref) {
competitionStage = competitions.competitionStage,
_competitions$competi = competitions.competition,
is_member = _competitions$competi.is_member,
registration_type = _competitions$competi.registration_type;
registration_type = _competitions$competi.registration_type,
notice = _competitions$competi.notice;
var _useParams = (0,_umi_production_exports.useParams)(),
identifier = _useParams.identifier;
var setInt = (0,_react_17_0_2_react.useRef)(null);
@ -16334,7 +16335,7 @@ var NewCompetitionsPage = function NewCompetitionsPage(_ref) {
return _ref5.apply(this, arguments);
};
}()),
children: [registration_type === 'single' && /*#__PURE__*/(0,jsx_runtime.jsxs)("div", {
children: [notice && /*#__PURE__*/(0,jsx_runtime.jsxs)("div", {
style: {
background: 'rgba(144,150,163,0.1)',
color: '#9096A3'

File diff suppressed because one or more lines are too long
Loading…
Cancel
Save