update error message

This commit is contained in:
fmtabbara
2022-02-16 10:19:09 +00:00
parent 37d890c634
commit be9d3a48bb
+1 -1
View File
@@ -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 })