fix: flag
This commit is contained in:
@@ -132,7 +132,8 @@ class IPCountryFlag extends HookConsumerWidget {
|
||||
height: size,
|
||||
padding: const EdgeInsets.all(2),
|
||||
child: Center(
|
||||
child: CircleFlag(countryCode == "ir" ? "ir-shir" : countryCode),
|
||||
child: CircleFlag(
|
||||
countryCode.toLowerCase() == "ir" ? "ir-shir" : countryCode),
|
||||
),
|
||||
),
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user