mirror of
https://github.com/git-touch/git-touch
synced 2024-12-12 08:27:04 +01:00
fix: UserItem assertion failure (#135)
This commit is contained in:
parent
f152c9afdc
commit
c6757c1548
@ -81,6 +81,7 @@ class UserItem extends StatelessWidget {
|
||||
crossAxisAlignment: CrossAxisAlignment.start,
|
||||
children: <Widget>[
|
||||
Row(
|
||||
textBaseline: TextBaseline.alphabetic,
|
||||
crossAxisAlignment: CrossAxisAlignment.baseline,
|
||||
children: <Widget>[
|
||||
if (name != null && name.isNotEmpty) ...[
|
||||
|
Loading…
Reference in New Issue
Block a user