Skip to content

Commit

Permalink
fix(Button): removed count
Browse files Browse the repository at this point in the history
  • Loading branch information
Utzel-Butzel committed Dec 19, 2019
1 parent 6aa71ae commit 08cb0f2
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/components/Button/Button.js
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,6 @@ const Button = ({
ref={other.inputref}>
{children}
{buttonImage}
{count}
</button>
);

Expand Down

0 comments on commit 08cb0f2

Please sign in to comment.