bug fixes

This commit is contained in:
David Ralph
2021-01-17 16:25:21 +00:00
parent 3ec5a2c199
commit a9c06fd935
27 changed files with 180 additions and 127 deletions

View File

@@ -72,7 +72,7 @@ export default class Background extends React.PureComponent {
this.setBackground(url);
this.setCredit(photographer);
document.querySelector('#backgroundCredits').style.display = 'none'; // Hide the location icon
//document.querySelector('#backgroundCredits').style.display = 'none'; // Hide the location icon
}
async determineMode() {