mirror of
https://github.com/pd4d10/git-touch.git
synced 2026-03-11 17:49:27 -05:00
refactor: check null
This commit is contained in:
@@ -18,7 +18,7 @@ class GhBioWidget extends StatelessWidget {
|
||||
|
||||
@override
|
||||
Widget build(BuildContext context) {
|
||||
if (isNotNullOrEmpty(location)) {
|
||||
if (location != null) {
|
||||
return Row(
|
||||
children: <Widget>[
|
||||
Icon(
|
||||
|
||||
Reference in New Issue
Block a user