fix(ui): fix react warning
This commit is contained in:
parent
98ebef88c3
commit
c2f93c6c42
1 changed files with 1 additions and 1 deletions
|
|
@ -46,7 +46,7 @@ const styles = {
|
|||
@withToggle('display', 'toggleModal')
|
||||
@withRouter
|
||||
class OnboardingExplore extends React.PureComponent {
|
||||
componentWillMount() {
|
||||
UNSAFE_componentWillMount() {
|
||||
this.props.getOnboard();
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue