Skip to content

Contact LIst Eval#14

Open
XTruckDriver wants to merge 12 commits into
projectshft:mainfrom
XTruckDriver:main
Open

Contact LIst Eval#14
XTruckDriver wants to merge 12 commits into
projectshft:mainfrom
XTruckDriver:main

Conversation

@XTruckDriver
Copy link
Copy Markdown

No description provided.

Comment thread app/components/List.js

function List({ contacts }) {

const router = useRouter;
Copy link
Copy Markdown

Choose a reason for hiding this comment

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

seems not to be in use, remove for next time

Comment thread app/components/Contact.js
Comment on lines +4 to +5
import Link from 'next/link';
import { ContactListAPI } from '../data/ContactListAPI';
Copy link
Copy Markdown

Choose a reason for hiding this comment

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

unused imports, remove

Comment thread app/components/Form.js
Comment on lines +26 to +30
id: randomId.toString(),
name: name,
email: email,
imageURL: imageURL,
phone: phone,
Copy link
Copy Markdown

Choose a reason for hiding this comment

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

check your code alignment

Comment thread app/components/Form.js
Comment on lines +41 to +42


Copy link
Copy Markdown

Choose a reason for hiding this comment

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

Suggested change

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