fix(ui): fix react warning

This commit is contained in:
sylenien 2022-06-23 15:45:33 +02:00
parent 98ebef88c3
commit c2f93c6c42

View file

@ -46,7 +46,7 @@ const styles = {
@withToggle('display', 'toggleModal')
@withRouter
class OnboardingExplore extends React.PureComponent {
componentWillMount() {
UNSAFE_componentWillMount() {
this.props.getOnboard();
}