Browse Source

Fix UI feedback when downvoting a page (#3459)

main
Swapnal Shahil 4 years ago
committed by GitHub
parent
commit
7a11d71b38
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 1
      src/components/FeedbackForm/FeedbackForm.js

1
src/components/FeedbackForm/FeedbackForm.js

@ -53,6 +53,7 @@ const FeedbackForm = () => {
label: window.location.pathname,
value: 0,
});
setFeedbackGiven(true);
}}>
<svg
css={{

Loading…
Cancel
Save