Skip to content

Commit

Permalink
updated copy, removed extra className tag
Browse files Browse the repository at this point in the history
  • Loading branch information
steven-isbell committed Jun 6, 2018
1 parent a97c65d commit 8fb6de5
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/App.js
Original file line number Diff line number Diff line change
Expand Up @@ -174,7 +174,7 @@ class App extends Component {
});

return (
<div className="">
<div>
<ToastContainer />

<header className="header">
Expand Down Expand Up @@ -304,8 +304,8 @@ class App extends Component {
type="number"
className="btn-sp"
placeholder="price"
ref={color => {
this.color = color;
ref={price => {
this.price = price;
}}
/>

Expand Down

0 comments on commit 8fb6de5

Please sign in to comment.