mirror of
https://github.com/naturalcrit/homebrewery.git
synced 2025-12-25 01:02:47 +00:00
ESLint linting (one small whitespace change).
This commit is contained in:
@@ -33,7 +33,7 @@ const AccountPage = (props)=>{
|
||||
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?
|
||||
const renderButton = (name, key, shouldRender = true)=>{
|
||||
if(!shouldRender) return null;
|
||||
|
||||
Reference in New Issue
Block a user