mirror of
https://github.com/mue/mue.git
synced 2026-07-27 10:41:08 +02:00
codacy
This commit is contained in:
@@ -46,7 +46,7 @@ export default class App extends React.PureComponent {
|
||||
let overlayClassList = 'Overlay';
|
||||
if (localStorage.getItem('animations') === 'true') overlayClassList = 'Overlay modal-animation';
|
||||
|
||||
let language = require(`./translations/${localStorage.getItem('language')}.json`);
|
||||
const language = require(`./translations/${localStorage.getItem('language')}.json`);
|
||||
|
||||
const theme = localStorage.getItem('theme');
|
||||
if (theme) {
|
||||
|
||||
Reference in New Issue
Block a user