-
Notifications
You must be signed in to change notification settings - Fork 16
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. Weβll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fix(friends): show error toast if friend request not found #3308
Conversation
β Yeeeehaw, deploy preview is ready!
To edit notification comments on pull requests, go to your Netlify site settings. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@stavares843 Fixed, I missed the event where you would try and cancel a friend request which was already accepted. |
@@ -99,7 +99,7 @@ export default Vue.extend({ | |||
}) | |||
} catch (e: any) { | |||
this.loadCheck = false |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
could be removed but not important
What this PR does π
Which issue(s) this PR fixes π¨
AP-1565
Special notes for reviewers ποΈ
Additional comments π€