Skip to content

Andrew Hartford#35

Open
audiomuse1 wants to merge 5 commits intoAustinCodingAcademy:masterfrom
audiomuse1:master
Open

Andrew Hartford#35
audiomuse1 wants to merge 5 commits intoAustinCodingAcademy:masterfrom
audiomuse1:master

Conversation

@audiomuse1
Copy link

No description provided.

@audiomuse1 audiomuse1 changed the title added component files Andrew Hartford Oct 21, 2017
src/index.js Outdated

var currentCategory = 'tires';
function changeCategory(category) {
currentCateogry = category;
Copy link
Contributor

Choose a reason for hiding this comment

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

Make sure you app runs with no errors before you turn it in.
what is currentCateogry

<li><a href="#" onClick={
(a) => {
a.preventDefault();
props.changeCategory("headlights");
Copy link
Contributor

Choose a reason for hiding this comment

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

make sure your code is valid javascript
where is the word "prop"s coming from


<SubHeader />

<TopNav />
Copy link
Contributor

Choose a reason for hiding this comment

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

TopNav requires a prop. are you giving it that prop?

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