0
0
mirror of https://github.com/naturalcrit/homebrewery.git synced 2026-01-27 20:23:08 +00:00

path changes

This commit is contained in:
Víctor Losada Hernández
2026-01-23 19:07:24 +01:00
parent 54b0dd46f8
commit 0b5f039337
4 changed files with 10 additions and 11 deletions

View File

@@ -7,17 +7,11 @@ import PatreonNavItem from './patreon.navitem.jsx';
const Navbar = createReactClass({
displayName : 'Navbar',
getInitialState : function() {
return {
//showNonChromeWarning : false,
ver : '0.0.0'
};
},
getInitialState : function() {
return {
ver : global.version
};
getInitialState: function() {
return {
// showNonChromeWarning: false, // uncomment if needed
ver: global.version || '0.0.0'
};
},
/*