mirror of
https://github.com/mue/mue.git
synced 2026-07-18 14:34:12 +02:00
fix: hot reload on background
This commit is contained in:
@@ -25,7 +25,7 @@ const downloadImage = async (info) => {
|
||||
export default function PhotoInformation(props) {
|
||||
const language = window.language.widgets.background;
|
||||
|
||||
if (props.info.hidden === true) {
|
||||
if (props.info.hidden === true || !props.info.credit) {
|
||||
return null;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user