Reset debugging var

index.tsx was not intended to be part of previous commit
This commit is contained in:
Desmond Grealy
2022-12-30 08:42:14 -08:00
parent a98d4f3438
commit 8b7e9bd868
+1 -1
View File
@@ -21,7 +21,7 @@ const Home = () => {
content="Conversational AI for everyone. An open source project to create a chat enabled GPT LLM run by LAION and contributors around the world."
/>
</Head>
{false ? (
{session ? (
<Container>
<TaskSelection />
</Container>