Skip to content
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

revote button working #62

Merged
merged 2 commits into from
Mar 14, 2024
Merged

revote button working #62

merged 2 commits into from
Mar 14, 2024

Conversation

nathankang413
Copy link
Collaborator

and fix bug

Copy link

netlify bot commented Mar 14, 2024

Deploy Preview for thechickens ready!

Name Link
🔨 Latest commit e1eaa82
🔍 Latest deploy log https://app.netlify.com/sites/thechickens/deploys/65f26b5a8ee0750008e83996
😎 Deploy Preview https://deploy-preview-62--thechickens.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site configuration.

if (resp.status < 300 && resp.status >= 200) {
const jsn = await resp.json();
setFlock(jsn);
} else {
console.log("THIS ERR 1");
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

this error message is a bit vague

toast.error("Can't go to next step - are you the owner?");
}
} catch (e) {
console.log("THAT ERR 2");
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

this error message is a bit vague

Copy link
Member

@bshowell0 bshowell0 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I will remove console logs in a new PR

@nathankang413 nathankang413 merged commit cb65877 into main Mar 14, 2024
5 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants