diff --git a/client/src/components/ListPane.tsx b/client/src/components/ListPane.tsx index 8cc2c1fe7..83d950fde 100644 --- a/client/src/components/ListPane.tsx +++ b/client/src/components/ListPane.tsx @@ -56,8 +56,8 @@ const ListPane = ({ }; return ( -
-
+
+

{title} @@ -92,10 +92,10 @@ const ListPane = ({

-
+
-
+
{filteredItems.map((item, index) => (
-
+ +
0} /> -
-
+
+
{selectedTool && (
-
+
{selectedTool ? (
{error && (