0
0
mirror of https://github.com/naturalcrit/homebrewery.git synced 2026-05-11 00:48:40 +00:00

Use existing makeActive function

This commit is contained in:
G.Ambatte
2023-07-19 20:43:49 +12:00
parent b869d086ea
commit cef7f98176
@@ -41,9 +41,7 @@ const AccountPage = createClass({
saveLocation = 'GOOGLE-DRIVE';
}
};
this.setState({
saveLocation : saveLocation
});
this.makeActive(saveLocation);
}
},