diff --git a/src/App.tsx b/src/App.tsx
index 0ea3af2..8fdc740 100644
--- a/src/App.tsx
+++ b/src/App.tsx
@@ -505,7 +505,10 @@ function App() {
{
setMinLevel(+e.target.value || 1);
@@ -517,7 +520,10 @@ function App() {
{
setMaxLevel(+e.target.value || 1);