mirror of
https://github.com/pd4d10/git-touch.git
synced 2026-05-05 19:29:37 -05:00
feat(gitea): user screen
This commit is contained in:
@@ -39,7 +39,7 @@ class UserHeader extends StatelessWidget {
|
||||
],
|
||||
),
|
||||
SizedBox(height: 8),
|
||||
if (name != null) ...[
|
||||
if (name != null && name.isNotEmpty) ...[
|
||||
Text(
|
||||
name,
|
||||
style: TextStyle(
|
||||
|
||||
Reference in New Issue
Block a user