mirror of
https://github.com/naturalcrit/homebrewery.git
synced 2026-01-02 04:12:47 +00:00
ESLint linting (one small whitespace change).
This commit is contained in:
@@ -33,7 +33,7 @@ const AccountPage = (props)=>{
|
|||||||
setSaveLocation(newSelection);
|
setSaveLocation(newSelection);
|
||||||
};
|
};
|
||||||
|
|
||||||
// render a button for setting save locations.
|
// render a button for setting save locations.
|
||||||
// todo: should this be a set of radio buttons (well styled) since it's either/or choice?
|
// todo: should this be a set of radio buttons (well styled) since it's either/or choice?
|
||||||
const renderButton = (name, key, shouldRender = true)=>{
|
const renderButton = (name, key, shouldRender = true)=>{
|
||||||
if(!shouldRender) return null;
|
if(!shouldRender) return null;
|
||||||
|
|||||||
Reference in New Issue
Block a user