mirror of
https://github.com/enso-org/enso.git
synced 2024-11-26 08:52:58 +03:00
fix prettier
This commit is contained in:
parent
60d43e2012
commit
1ee8e53b2b
@ -2673,7 +2673,7 @@ export default function AssetsTable(props: AssetsTableProps) {
|
||||
}}
|
||||
>
|
||||
<table className="isolate table-fixed border-collapse rounded-rows">
|
||||
<thead className="bg-dashboard sticky top-0 z-1">{headerRow}</thead>
|
||||
<thead className="sticky top-0 z-1 bg-dashboard">{headerRow}</thead>
|
||||
<tbody ref={bodyRef}>
|
||||
{itemRows}
|
||||
<tr className="hidden h-row first:table-row">
|
||||
|
Loading…
Reference in New Issue
Block a user