fix: Going to preset tabs does not load online preset anymore.

This commit is contained in:
Quentin “Storm1er” Decaunes 2020-03-16 09:51:25 +01:00
parent 79144f4168
commit 8fcbfc57a2

View File

@ -169,7 +169,6 @@ class PresetsScene extends React.Component<{}, PresetsOnlineContextType> {
componentDidMount() { componentDidMount() {
this._isMounted = true; this._isMounted = true;
this.updatePresetList();
} }
componentWillUnmount() { componentWillUnmount() {