Skip to content

Two minor syntax error fixes for the frontend #55

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

Closed
wants to merge 2 commits into from

Conversation

Keyrxng
Copy link

@Keyrxng Keyrxng commented Dec 6, 2022

The walletSetup being fetched in _app requires "../" as opposed to "./".

The section component requires "export default function Section" as opposed to "export const Section =" as to avoid type errors on initial load.

Two tiny minute errors that cause me great pain and shouldn't, but yeah, seen it as an easy contribution too ((:

wallet setup was indexing it's own dir when it should have been indexing the parent dir, so "./" => "../".

Export default function vs export const as to not experience type error on load with section.jsx
@Keyrxng Keyrxng closed this Dec 28, 2022
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.

1 participant