diff options
Diffstat (limited to 'src/lib/ServiceList.tsx')
-rw-r--r-- | src/lib/ServiceList.tsx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/lib/ServiceList.tsx b/src/lib/ServiceList.tsx index 21b6077..473cb4c 100644 --- a/src/lib/ServiceList.tsx +++ b/src/lib/ServiceList.tsx @@ -37,7 +37,6 @@ const ServiceList: React.FC = () => { return ( <Page title={service.name} - isValidating={isValidating} actions={actions} filters={filters} > |