From 4359c999b7ae268c34be466354acc283bec4c679 Mon Sep 17 00:00:00 2001 From: Noah Solomon Date: Wed, 15 May 2024 10:48:50 -0400 Subject: [PATCH] github shill always --- src/app/page.tsx | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 8b88970..3fffb4f 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -179,11 +179,13 @@ export default function Home({

- {pendingVideo && placeInQueue >= 1 && progress === 0 ? ( + {pendingVideo ? (
- Sorry for the long ass queue bro 🤕. If you want to run - locally check{" "} + {placeInQueue >= 1 && progress === 0 ? ( + <>Sorry for the long ass queue bro 🤕. + ) : null}{" "} + If you want to run locally check{" "}