fix : profile page

This commit is contained in:
2025-04-23 08:33:50 +03:30
parent 1ad180d0b6
commit 72d24f711e
2 changed files with 4 additions and 1 deletions

View File

@@ -60,7 +60,6 @@ class SupervisionFilterPage extends GetView<SupervisionFilterLogic> {
],
);
}, controller.currentLocation),
Positioned(
right: 10,
bottom: 150,

View File

@@ -128,6 +128,10 @@ class ProfilePage extends GetView<ProfileLogic> {
),
);
}, controller.selectedInformationType),
SizedBox(
height: 100,
)
],
),
),