mario-core 2.9.110-beta → 2.9.112-beta

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.
@@ -7585,9 +7585,6 @@ var NotificationLogoutModal = function NotificationLogoutModal() {
7585
7585
 
7586
7586
  var checkOpenModalLogout = function checkOpenModalLogout() {
7587
7587
  var lastTimeOut = localStorage.getItem("LAST_TIME_REQUETST");
7588
- console.log({
7589
- lastTimeOut: lastTimeOut
7590
- });
7591
7588
  var timeMoment = moment(lastTimeOut, "YYYY-MM-DD HH:mm");
7592
7589
  var currentTime = moment(moment().utc().format("YYYY-MM-DD HH:mm"));
7593
7590
  var minutes = currentTime.diff(timeMoment, "minutes");
@@ -7616,7 +7613,7 @@ var NotificationLogoutModal = function NotificationLogoutModal() {
7616
7613
  }
7617
7614
 
7618
7615
  return;
7619
- }, []);
7616
+ }, [location.href]);
7620
7617
 
7621
7618
  var onToggle = function onToggle() {
7622
7619
  setIsOpen(!isOpen);