diff --git a/src/components/country/CountrySettings.jsx b/src/components/country/CountrySettings.jsx index c397480..4111337 100644 --- a/src/components/country/CountrySettings.jsx +++ b/src/components/country/CountrySettings.jsx @@ -65,7 +65,8 @@ export default function CountrySettings(){
<> - {status === 'pending' ? + {/* status === 'pending' */} + {isFetching ?

Loading...

: isError ?

{error.message}

@@ -108,11 +109,11 @@ export default function CountrySettings(){ <> {selected == 'status' + index ?
- Loading... + Loading...
: - Loading... + Loading...
: