nicer flow for disconnections, adding socket initialization and such

This commit is contained in:
talksik
2022-05-06 06:30:14 -05:00
parent 0f8902b47d
commit 0d8673d594
9 changed files with 269 additions and 137 deletions
@@ -77,7 +77,7 @@ export default function NirvanaTerminal({
<Skeleton />
) : (
<>
{!userLinesRes?.data?.masterLines.length && (
{!userLinesRes?.data?.masterLines?.length && (
<span className="text-gray-300 text-sm my-5 text-center">
You have no lines! <br /> Create one to connect to your team
instantly.