Skip to content

Commit

Permalink
Update Counter.js
Browse files Browse the repository at this point in the history
  • Loading branch information
Shakthivelms8 authored Nov 23, 2022
1 parent 671089a commit 9f6424b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/components/Root/Counter/Counter.js
Original file line number Diff line number Diff line change
Expand Up @@ -45,8 +45,8 @@ const Counter = () => {
<ButtonRow>
<Button onClick={() => dispatch(-2)}>-2</Button>
<Button onClick={() => dispatch(-1)}>-1</Button>
//<Button onClick={() => dispatch(1)}>+1</Button>
//<Button onClick={() => dispatch(2)}>+2</Button>
<Button onClick={() => dispatch(1)}>+1</Button>
<Button onClick={() => dispatch(2)}>+2</Button>
</ButtonRow>
</div>
);
Expand Down

0 comments on commit 9f6424b

Please sign in to comment.