0
0
mirror of https://github.com/naturalcrit/homebrewery.git synced 2026-01-27 03:03:09 +00:00

start changing imports

This commit is contained in:
Víctor Losada Hernández
2026-01-24 00:04:32 +01:00
parent 44b8ff8cd2
commit eda1fb29c6
9 changed files with 132 additions and 53 deletions

View File

@@ -97,7 +97,7 @@ const Account = createReactClass({
// Logged out
// LOCAL ONLY
if(global.config.local) {
if(global.config?.local) {
return <Nav.item color='teal' icon='fas fa-sign-in-alt' onClick={this.localLogin}>
login
</Nav.item>;