mirror of
https://github.com/mue/mue.git
synced 2026-07-14 04:24:01 +02:00
fix: background credit (again)
This commit is contained in:
@@ -181,7 +181,8 @@ export default class Background extends React.PureComponent {
|
||||
return document.querySelector('.photoInformation').style.display = 'none';
|
||||
}
|
||||
|
||||
if (localStorage.getItem('customBackgroundColour') !== 'Disabled') {
|
||||
const backgroundColour = localStorage.getItem('customBackgroundColour');
|
||||
if (backgroundColour !== 'Disabled' && backgroundColour !== '') {
|
||||
document.querySelector('.photoInformation').style.display = 'none';
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user