This commit is contained in:
talksik
2022-05-06 04:33:17 -05:00
parent 127cc69805
commit 8bc88bcd4c
+2 -17
View File
@@ -52,7 +52,7 @@ export default function NirvanaTerminal({
<h2 className="text-inherit text-sm">Tuned In</h2> <h2 className="text-inherit text-sm">Tuned In</h2>
<p className="text-slate-300 text-xs">3/5</p> <p className="text-slate-300 text-xs">0/5</p>
</span> </span>
<Tooltip title="new line"> <Tooltip title="new line">
@@ -68,26 +68,11 @@ export default function NirvanaTerminal({
</div> </div>
{/* list of toggle tuned lines */} {/* list of toggle tuned lines */}
<div className="flex flex-col mt-2"> <div className="flex flex-col mt-2"></div>
{/* {toggleTunedLines.map((line) => (
<LineRow
key={line.lineId}
lineDetails={line}
onClick={handleSelectLine}
/>
))} */}
</div>
</div> </div>
{/* rest of the lines */} {/* rest of the lines */}
<div className={"flex flex-col"}> <div className={"flex flex-col"}>
{/* {restLines.map((line) => (
<LineRow
key={line.lineId}
lineDetails={line}
onClick={handleSelectLine}
/>
))} */}
{isLoading ? ( {isLoading ? (
<Skeleton /> <Skeleton />
) : ( ) : (