andoncloud-sdk 1.7.29 → 1.7.31

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.
package/dist/index.js CHANGED
@@ -19,7 +19,7 @@ import { PropTypes } from "prop-types";
19
19
  import i18n from "i18next";
20
20
  import Cookies from "js-cookie";
21
21
  import LanguageDetector from "i18next-browser-languagedetector";
22
- import HelpOutlineIcon from "@mui/icons-material/HelpOutlined";
22
+ import HelpOutlineIcon from "@mui/icons-material/HelpOutline";
23
23
  import { Box as Box$1, styled as styled$2 } from "@mui/system";
24
24
  import "inter-ui/inter.css";
25
25
  import Dialog$1 from "@mui/material/Dialog";
@@ -3220,7 +3220,7 @@ const Header = observer(({ position, scrolled, showAcLogo, leadingText, title, t
3220
3220
  setCurrentTime(/* @__PURE__ */ new Date());
3221
3221
  }, 1e3);
3222
3222
  return () => clearInterval(interval);
3223
- });
3223
+ }, []);
3224
3224
  useEffect(() => {
3225
3225
  setHeaderLeadingText(leadingText);
3226
3226
  }, [leadingText]);