diff --git a/explorer/src/components/Filters/Filters.tsx b/explorer/src/components/Filters/Filters.tsx
index 65ea7112dd..c24f2dffe5 100644
--- a/explorer/src/components/Filters/Filters.tsx
+++ b/explorer/src/components/Filters/Filters.tsx
@@ -141,8 +141,7 @@ export const Filters = () => {
}
onClick={handleToggleShowFilters}
sx={{ textTransform: 'none' }}
diff --git a/explorer/src/components/TableToolbar.tsx b/explorer/src/components/TableToolbar.tsx
index c6a64dd6c5..032c79cada 100644
--- a/explorer/src/components/TableToolbar.tsx
+++ b/explorer/src/components/TableToolbar.tsx
@@ -34,35 +34,36 @@ export const TableToolbar: React.FC = ({
justifyContent: 'space-between',
}}
>
-
- {childrenBefore}
-
-
-
+
+
+ {childrenBefore}
+
+
= ({
placeholder="search"
onChange={(event) => onChangeSearch(event.target.value)}
/>
+
+
{withFilters && }
{childrenAfter}