mirror of
https://github.com/snachodog/tok-to-insta-follower-bridge.git
synced 2026-06-04 06:17:35 -06:00
✨ fix error message
This commit is contained in:
+2
-1
@@ -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