From 7af74ff8988961c988f03c95961b70c2918521ae Mon Sep 17 00:00:00 2001 From: Wes Bos Date: Fri, 25 Aug 2017 09:33:53 -0400 Subject: yay --- components/CreateItem.js | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'components/CreateItem.js') diff --git a/components/CreateItem.js b/components/CreateItem.js index b29b210..3b86f2c 100644 --- a/components/CreateItem.js +++ b/components/CreateItem.js @@ -8,6 +8,8 @@ class CreateLink extends Component { description: '', title: '', image: '', + price: 0, + fullPrice: 0, loading: false } @@ -43,6 +45,7 @@ class CreateLink extends Component {

Title this.setState({ title: e.target.value })} type='text' placeholder='A description for the link'/>

+