chore: Update translations
Some checks reported errors
continuous-integration/drone/push Build encountered an error

This commit is contained in:
kieran 2024-04-12 10:34:10 +00:00
parent e98b7fa17e
commit eea2fdfc12

View File

@ -18,7 +18,7 @@ const ImageGridItem = memo((props: ImageGridItemProps) => {
const { ref, inView } = useInView({ triggerOnce: true, rootMargin: "0px 0px 3000px 0px" });
// skip reposts in image grid
if(event.kind === EventKind.Repost) return null;
if (event.kind === EventKind.Repost) return null;
const media = getEventMedia(event);
if (media.length === 0) return null;