-
Notifications
You must be signed in to change notification settings - Fork 5
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
finished getGeneralInformation #55
base: dev
Are you sure you want to change the base?
Conversation
This PR was not deployed automatically as @nathanielbackus does not have access to the Railway project. In order to get automatic PR deploys, please add @nathanielbackus to the project inside the project settings page. |
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
const { isOpen, onToggle } = useDisclosure() | ||
// cons |
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.
forgot to take out debug comment maybe?
} | ||
|
||
export function getGeneralInformation(fields: Props) { | ||
console.log(fields) |
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.
remove console.log
@@ -4,6 +4,7 @@ import usePageNumber from '../lib/hooks/usePageNumber'; | |||
|
|||
export default function Home({ components }) { | |||
usePageNumber(0) | |||
console.log(components) |
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.
Here too
Pretty good, make sure to clean up code after debugging and testing the other files you add static typing to, @nathanielbackus |
No description provided.