fix : profile page
This commit is contained in:
@@ -60,7 +60,6 @@ class SupervisionFilterPage extends GetView<SupervisionFilterLogic> {
|
|||||||
],
|
],
|
||||||
);
|
);
|
||||||
}, controller.currentLocation),
|
}, controller.currentLocation),
|
||||||
|
|
||||||
Positioned(
|
Positioned(
|
||||||
right: 10,
|
right: 10,
|
||||||
bottom: 150,
|
bottom: 150,
|
||||||
|
|||||||
@@ -128,6 +128,10 @@ class ProfilePage extends GetView<ProfileLogic> {
|
|||||||
),
|
),
|
||||||
);
|
);
|
||||||
}, controller.selectedInformationType),
|
}, controller.selectedInformationType),
|
||||||
|
|
||||||
|
SizedBox(
|
||||||
|
height: 100,
|
||||||
|
)
|
||||||
],
|
],
|
||||||
),
|
),
|
||||||
),
|
),
|
||||||
|
|||||||
Reference in New Issue
Block a user