diff --git a/pages/index.tsx b/pages/index.tsx index 94389f8..c90faec 100644 --- a/pages/index.tsx +++ b/pages/index.tsx @@ -62,7 +62,8 @@ const Home: NextPageWithLayout = () => { className="ml-4 mr-6" /> ); - if (emotesUrls) { + // if the emotes are loaded, show the slideshow + if (emotesUrls.length > 0) { slideShow = (