@gamelearn/arcade-components 3.19.0 → 3.19.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -61452,12 +61452,12 @@ function StepOne({ handleContinue: l, handleCancel: e, translate: n, text: t })
61452
61452
  function StepTwo({ handleFinish: l, translate: e, valid: n, invalid: t }) {
61453
61453
  const [s, o] = useState(!1), d = () => {
61454
61454
  o(!s);
61455
- }, f = n === 1 ? "invitationSend" : "invitationsSend", h = t === 1 ? "invitationNotSend" : "invitationsNotSend";
61455
+ }, f = n.current === 1 ? "invitationSend" : "invitationsSend", h = t === 1 ? "invitationNotSend" : "invitationsNotSend";
61456
61456
  return /* @__PURE__ */ jsxRuntimeExports.jsxs(jsxRuntimeExports.Fragment, { children: [
61457
61457
  /* @__PURE__ */ jsxRuntimeExports.jsxs("div", { className: "referrals-piece__body", dir: "auto", children: [
61458
61458
  /* @__PURE__ */ jsxRuntimeExports.jsx("div", { className: "referrals-piece__title", children: e("puzzles.referrals.inviter.titleStep2") }),
61459
61459
  /* @__PURE__ */ jsxRuntimeExports.jsxs("ul", { className: "referrals-piece__feedback", children: [
61460
- !!n.current && /* @__PURE__ */ jsxRuntimeExports.jsxs("li", { children: [
61460
+ n.current !== 0 && /* @__PURE__ */ jsxRuntimeExports.jsxs("li", { children: [
61461
61461
  /* @__PURE__ */ jsxRuntimeExports.jsx("div", { className: "referrals-piece__feedbackicon icon-check-circle-black color--success" }),
61462
61462
  /* @__PURE__ */ jsxRuntimeExports.jsxs("div", { children: [
61463
61463
  /* @__PURE__ */ jsxRuntimeExports.jsx("strong", { children: n.current }),