Fix navigation to CategoryListPage

This commit is contained in:
2025-07-10 18:23:18 +03:00
parent 4b814a807d
commit fe61b50494
+1 -2
View File
@@ -144,8 +144,7 @@ class SettingsPage extends StatelessWidget {
Navigator.push(
context,
MaterialPageRoute(
builder: (context) =>
const CategoryListPage(),
builder: (context) => const CategoryListPage(),
),
);
},