0
0
mirror of https://github.com/naturalcrit/homebrewery.git synced 2025-12-29 13:22: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

View File

@@ -41,9 +41,7 @@ const AccountPage = createClass({
saveLocation = 'GOOGLE-DRIVE';
}
};
this.setState({
saveLocation : saveLocation
});
this.makeActive(saveLocation);
}
},