plataforma-fundacao-componentes 2.23.25 → 2.23.26

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.
@@ -40890,7 +40890,7 @@ function usePublicMenuList(props) {
40890
40890
  subList: getSubList(it.subItems)
40891
40891
  };
40892
40892
  });
40893
- }, [isOpenedByReference, props.menus, props.history.location]);
40893
+ }, [isOpenedByReference, props.menus, props.history.location, props.roles]);
40894
40894
  return menus;
40895
40895
  }
40896
40896