New Business Setup Flow
This commit is contained in:
parent
e5ce03e396
commit
0f6c6e51ab
5 changed files with 35 additions and 29 deletions
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue