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

finished getGeneralInformation #55

Open
wants to merge 1 commit into
base: dev
Choose a base branch
from
Open

Conversation

nathanielbackus
Copy link
Collaborator

No description provided.

@railway-app
Copy link

railway-app bot commented Aug 22, 2023

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.

@vercel
Copy link

vercel bot commented Aug 22, 2023

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Updated (UTC)
tie-backend ✅ Ready (Inspect) Visit Preview Aug 22, 2023 2:45am
travelers-in-egypt ❌ Failed (Inspect) Aug 22, 2023 2:45am

const { isOpen, onToggle } = useDisclosure()
// cons
Copy link
Collaborator

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)
Copy link
Collaborator

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)
Copy link
Collaborator

Choose a reason for hiding this comment

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

Here too

@PatrickLiu022
Copy link
Collaborator

PatrickLiu022 commented Aug 27, 2023

Pretty good, make sure to clean up code after debugging and testing the other files you add static typing to, @nathanielbackus

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.

2 participants