-
Notifications
You must be signed in to change notification settings - Fork 92
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: Donation flow more fixes #1989
Conversation
✅ Tests will run for this PR. Once they succeed it can be merged. |
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.
lgtm - just a couple of console.log-s that need to go
We should probably add a eslint rule to prune these
const handleClick = (event: React.MouseEvent<HTMLButtonElement>) => { | ||
console.log(event.currentTarget) |
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.
probably dont need that one
@@ -56,26 +57,27 @@ export default function SocialShareListButton({ | |||
<ListItemButton | |||
onClick={() => { | |||
navigator.clipboard.writeText(url) | |||
console.log(url) |
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.
console log again - ditto
Addresses bugs reported by #1960