Skip to content

Commit

Permalink
fix(web): text of the subMenu component no refreshed when language is…
Browse files Browse the repository at this point in the history
… changed (#1580)
  • Loading branch information
Cheerego7 committed Jun 22, 2022
1 parent 164f4e9 commit 4463a53
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,7 @@ export const UserSettingLayoutContainer: React.FC = ({ children }): React.ReactE
},
],
});
// eslint-disable-next-line react-hooks/exhaustive-deps
}, []);
}, [pageStore, t]);

return <div className="user-setting-layout-container">{children}</div>;
};

0 comments on commit 4463a53

Please sign in to comment.