llaske / sugarizer

Sugarizer is a web implementation of the Sugar platform to run on any device or browser
https://sugarizer.org
Apache License 2.0
198 stars 411 forks source link

Fixed bug that show undefined where country flag is not unavailable. #1613

Closed vraj-712 closed 5 months ago

vraj-712 commented 5 months ago

Fixed #1603

Just Add Small if Else Condition to check whether the flag is available or not. if available then display it otherwise do nothing only show country name.

llaske commented 5 months ago

That's pretty the same fix than the one proposed on https://github.com/llaske/sugarizer/pull/1604

vraj-712 commented 5 months ago

That's pretty the same fix than the one proposed on #1604

So can you please provide some thoughts on it.. how you want that ??