Fix: ungenutzte stats-Variable entfernt

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
2026-06-04 23:15:35 +02:00
parent e9384289e0
commit d4a05aabb3
-1
View File
@@ -341,7 +341,6 @@ export default function DatasetsPage() {
</div> </div>
{getTopLevelDatasets().map((pool) => { {getTopLevelDatasets().map((pool) => {
const stats = getPoolStats(pool.name)
const poolInfo = pools.find((p) => p.name === pool.name) const poolInfo = pools.find((p) => p.name === pool.name)
const currentPoolTab = poolTabs.get(pool.name) || "filesystems" const currentPoolTab = poolTabs.get(pool.name) || "filesystems"
const childDatasets = getChildDatasets(pool.name) const childDatasets = getChildDatasets(pool.name)