diff --git a/Counter.js b/Counter.js
index 04222ed..2fc1e7d 100644
--- a/Counter.js
+++ b/Counter.js
@@ -1,7 +1,7 @@
/*eslint-disable no-unused-vars */
import React, { Component, PropTypes } from 'react'
-const Counter = ({ value, onIncrement, onDecrement }) =>
+const Counter = ({ value, onIncrement, onDecrement ,onReset}) =>