fix prettier

This commit is contained in:
Sergei Garin 2024-10-31 18:41:02 +03:00
parent 60d43e2012
commit 1ee8e53b2b
No known key found for this signature in database

View File

@ -2673,7 +2673,7 @@ export default function AssetsTable(props: AssetsTableProps) {
}} }}
> >
<table className="isolate table-fixed border-collapse rounded-rows"> <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}> <tbody ref={bodyRef}>
{itemRows} {itemRows}
<tr className="hidden h-row first:table-row"> <tr className="hidden h-row first:table-row">