Skip to content

Commit

Permalink
fix(Profile): data update properly
Browse files Browse the repository at this point in the history
  • Loading branch information
GaroGabrielyan committed Feb 14, 2024
1 parent 1d3aa2c commit 076d368
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib/molecules/Profile/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -237,7 +237,7 @@ function Profile(props) {
}
return menuProps;
});
}, [languagesMappedData, partnersMappedData]);
}, [languagesMappedData, partnersMappedData, menuProps]);

const handleMenuStateChange = useCallback(
(e) => {
Expand Down

0 comments on commit 076d368

Please sign in to comment.