diff --git a/src/widgets/truenas/component.jsx b/src/widgets/truenas/component.jsx index 72055f09..4c8e77f4 100644 --- a/src/widgets/truenas/component.jsx +++ b/src/widgets/truenas/component.jsx @@ -42,16 +42,16 @@ export default function Component({ service }) { poolsData .sort((a, b) => a.name.localeCompare(b.name)) .map((pool) => ( - - ))} + + ))} ); }