Skip to content

Commit 7dd8ed8

Browse files
committed
fmt
1 parent ed3ebb7 commit 7dd8ed8

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

app/lib/common/components/logo/community_icon.dart

+5-5
Original file line numberDiff line numberDiff line change
@@ -20,11 +20,11 @@ class CommunityIconObserver extends StatelessWidget {
2020
radius: radius,
2121
child: Observer(
2222
builder: (_) {
23-
if (communityStore.communityIcon != null) {
24-
return SvgPicture.string(communityStore.communityIcon!);
25-
} else {
26-
return SvgPicture.asset(fallBackCommunityIcon);
27-
}
23+
if (communityStore.communityIcon != null) {
24+
return SvgPicture.string(communityStore.communityIcon!);
25+
} else {
26+
return SvgPicture.asset(fallBackCommunityIcon);
27+
}
2828
},
2929
),
3030
);

0 commit comments

Comments
 (0)