mirror of
https://github.com/snachodog/tok-to-insta-follower-bridge.git
synced 2025-09-13 07:23:32 -06:00
✨ fix error message
This commit is contained in:
@@ -53,7 +53,8 @@ function IndexPopup() {
|
||||
setMessage({ type: MESSAGE_TYPE.SUCCESS, message: "Completed. Try again if no results found.”" })
|
||||
}
|
||||
} catch(e) {
|
||||
setErrorMessage(e.toString())
|
||||
setErrorMessage('Error: Something went wrong. Please reload the web page and try again.')
|
||||
console.error(e)
|
||||
} finally {
|
||||
setIsLoading(false)
|
||||
}
|
||||
|
Reference in New Issue
Block a user