cleanup
This commit is contained in:
@@ -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 />
|
||||||
) : (
|
) : (
|
||||||
|
|||||||
Reference in New Issue
Block a user