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

View File

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