Skip to content

Commit

Permalink
remove commented line
Browse files Browse the repository at this point in the history
  • Loading branch information
daibhin committed Oct 9, 2023
1 parent 5944ff0 commit 77f12f8
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion frontend/src/queries/nodes/DataTable/DataTable.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -443,7 +443,6 @@ export function DataTable({ uniqueKey, query, setQuery, context, cachedResults }
{showSecondRow && (
<div className="flex gap-4 justify-between flex-wrap">
<div className="flex gap-4 items-center">{secondRowLeft}</div>
{/* {secondRowLeft.length > 0 && secondRowRight.length > 0 ? <div className="flex-1" /> : null} */}
<div className="flex gap-4 items-center">{secondRowRight}</div>
</div>
)}
Expand Down

0 comments on commit 77f12f8

Please sign in to comment.