Ignoring actor photos with unknown entropy.
This commit is contained in:
parent
d9bbd95fa1
commit
414499636e
|
|
@ -93,7 +93,7 @@ const { actor } = pageProps;
|
|||
|
||||
const domain = routeParams.domain;
|
||||
|
||||
const photos = actor.photos.filter((photo) => !photo.entropy || photo.entropy > 5.5);
|
||||
const photos = actor.photos.filter((photo) => photo.entropy > 5.5);
|
||||
</script>
|
||||
|
||||
<style scoped>
|
||||
|
|
|
|||
Loading…
Reference in New Issue