0
0
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:
Gazook89
2024-04-06 21:34:04 -05:00
parent 777438fd94
commit ed85f77c48

View File

@@ -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;