From 8fcbfc57a29fbcfb0a7f06e59dd74c5b4bc8d796 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Quentin=20=E2=80=9CStorm1er=E2=80=9D=20Decaunes?= Date: Mon, 16 Mar 2020 09:51:25 +0100 Subject: [PATCH] fix: Going to preset tabs does not load online preset anymore. --- src/scenes/PresetsScene.tsx | 1 - 1 file changed, 1 deletion(-) diff --git a/src/scenes/PresetsScene.tsx b/src/scenes/PresetsScene.tsx index f6c77ee..6e21ecf 100644 --- a/src/scenes/PresetsScene.tsx +++ b/src/scenes/PresetsScene.tsx @@ -169,7 +169,6 @@ class PresetsScene extends React.Component<{}, PresetsOnlineContextType> { componentDidMount() { this._isMounted = true; - this.updatePresetList(); } componentWillUnmount() {