diff --git a/package.json b/package.json index dd62db1..ab8575c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "essentials-web-config-app", - "version": "0.1.0", + "version": "1.0.0-local", "type": "module", "private": true, "dependencies": { diff --git a/src/App.tsx b/src/App.tsx index f150db5..03a8f52 100644 --- a/src/App.tsx +++ b/src/App.tsx @@ -52,12 +52,10 @@ function App() { } /> - }> - } /> - + } /> + } /> }> - } /> }> } /> } /> diff --git a/src/features/DebugConsole/DebugFilters.tsx b/src/features/DebugConsole/DebugFilters.tsx index 36ae562..1ca03b1 100644 --- a/src/features/DebugConsole/DebugFilters.tsx +++ b/src/features/DebugConsole/DebugFilters.tsx @@ -33,7 +33,7 @@ export const DebugFilters = () => {