Skip to content

contact list eval#28

Open
j-emitch wants to merge 16 commits into
projectshft:mainfrom
j-emitch:main
Open

contact list eval#28
j-emitch wants to merge 16 commits into
projectshft:mainfrom
j-emitch:main

Conversation

@j-emitch
Copy link
Copy Markdown

@j-emitch j-emitch commented Mar 7, 2025

No description provided.

Comment thread app/data/ContactAPI.js
},

get: function (id) {
const isContact = (c) => c.id === id;
Copy link
Copy Markdown

Choose a reason for hiding this comment

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

use meaningful labeling

Suggested change
const isContact = (c) => c.id === id;
const isContact = (contact) => ccontact.id === id;

Comment thread app/layout.js
import { Inter } from 'next/font/google'
import './globals.css'
import 'bootstrap/dist/css/bootstrap.min.css';
//import './globals.css'
Copy link
Copy Markdown

Choose a reason for hiding this comment

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

remove

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