fix profile
This commit is contained in:
@@ -63,10 +63,12 @@ class DisplayText extends StatelessWidget {
|
||||
AppTranslations.of(context).text(labelTextKey),
|
||||
style: labelStyle,
|
||||
),
|
||||
Text(
|
||||
text,
|
||||
style: textStyle,
|
||||
),
|
||||
text == null
|
||||
? Container()
|
||||
: Text(
|
||||
text,
|
||||
style: textStyle,
|
||||
),
|
||||
],
|
||||
),
|
||||
),
|
||||
|
||||
Reference in New Issue
Block a user