Skip to content
Snippets Groups Projects
Verified Commit 18480083 authored by Janne Mareike Koschinski's avatar Janne Mareike Koschinski
Browse files

Add yet another fallback level for images

parent 63aa24c0
No related branches found
No related tags found
No related merge requests found
......@@ -25,6 +25,10 @@ function findImage(
}
}
if (languages.includes(null) && imageList.length) {
return imageList[0];
}
return null;
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment