diff --git a/src/components/widgets/background/Background.jsx b/src/components/widgets/background/Background.jsx index 813067fe..ca707a56 100644 --- a/src/components/widgets/background/Background.jsx +++ b/src/components/widgets/background/Background.jsx @@ -293,7 +293,7 @@ export default class Background extends PureComponent { photoInfo: { hidden: false, credit: randomPhoto.photographer, - location: randomPhoto.location || 'N/A', + location: randomPhoto.location, }, }); } @@ -313,7 +313,7 @@ export default class Background extends PureComponent { photoInfo: { hidden: false, credit: randomPhoto.photographer, - location: randomPhoto.location || 'N/A', + location: randomPhoto.location, }, }); } else { @@ -328,7 +328,7 @@ export default class Background extends PureComponent { photoInfo: { hidden: false, credit: randomPhoto.photographer, - location: randomPhoto.location || 'N/A', + location: randomPhoto.location, }, }); }