New Business Setup Flow

This commit is contained in:
2026-04-08 15:47:33 +02:00
parent e5ce03e396
commit 0f6c6e51ab
5 changed files with 35 additions and 29 deletions

View File

@@ -174,8 +174,9 @@ class _MIHAppDrawerState extends State<MIHAppDrawer> {
),
),
Text(
mzansiProfileProvider.user!.type
.toUpperCase(),
mzansiProfileProvider.business == null
? "PERSONAL"
: "BUSINESS",
style: TextStyle(
fontSize: 10,
fontWeight: FontWeight.bold,