update error message
This commit is contained in:
@@ -118,7 +118,7 @@ export const GlobalContextProvider: React.FC = ({ children }) => {
|
||||
setError(handleError(e as Error))
|
||||
}
|
||||
} else {
|
||||
setError('Tokens are no longer available')
|
||||
setError('Tokens are not currently available')
|
||||
}
|
||||
|
||||
setLoadingState({ isLoading: false, requestType: undefined })
|
||||
|
||||
Reference in New Issue
Block a user