+
+ {detectedFlagPath ? (

) : (
)}
+
+ {isLoadingCurrentIPInfo
+ ? "Detecting..."
+ : currentIPInfo
+ ? `${currentIPInfo.ip} - ${currentIPInfo.country}${detectedCountryCode ? ` (${detectedCountryCode})` : ""}`
+ : "Unavailable"}
+
+
+ {isSpotifyBlockedCountry && (
+ Your Country Blocked by Spotify
+
)}
+ {!isLoadingCurrentIPInfo && !currentIPInfo && currentIPInfoError && (
+ IP detection unavailable
+
)}
+