@@ -178,13 +178,6 @@ function FrameworkListViewContent({
|
|||||||
<Card>
|
<Card>
|
||||||
<div className="w-full overflow-auto">
|
<div className="w-full overflow-auto">
|
||||||
<table className="w-full caption-bottom text-sm">
|
<table className="w-full caption-bottom text-sm">
|
||||||
<thead className="[&_tr]:border-b">
|
|
||||||
<tr className="border-b transition-colors hover:bg-muted/50 data-[state=selected]:bg-muted">
|
|
||||||
<th className="h-12 px-4 text-left align-middle font-medium text-muted-foreground">
|
|
||||||
Name
|
|
||||||
</th>
|
|
||||||
</tr>
|
|
||||||
</thead>
|
|
||||||
<tbody className="[&_tr:last-child]:border-0">
|
<tbody className="[&_tr:last-child]:border-0">
|
||||||
{frameworks.length === 0 ? (
|
{frameworks.length === 0 ? (
|
||||||
<tr className="border-b transition-colors hover:bg-muted/50 data-[state=selected]:bg-muted">
|
<tr className="border-b transition-colors hover:bg-muted/50 data-[state=selected]:bg-muted">
|
||||||
|
|||||||
Reference in New Issue
Block a user