Skip to content

Commit

Permalink
Refactor
Browse files Browse the repository at this point in the history
  • Loading branch information
mertsincan committed May 8, 2021
1 parent f63d293 commit 8b3b6a4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/App.js
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ export class App extends Component {
themeCategory: null,
menuMode: null,
sidebarActive: false,
newsActive: true, //this.isNewsStorageExpired(),
newsActive: this.isNewsStorageExpired(),
configuratorActive: false,
changelogActive: false,
searchVal: null
Expand Down

0 comments on commit 8b3b6a4

Please sign in to comment.