From 52295cdd7c82eb3bc2f965e34ae378e980d8a035 Mon Sep 17 00:00:00 2001 From: Mike Fix Date: Wed, 1 May 2019 11:59:30 -0700 Subject: [PATCH] remove unused onBlur prop --- components/Button.js | 10 +--------- 1 file changed, 1 insertion(+), 9 deletions(-) diff --git a/components/Button.js b/components/Button.js index 2fde149..11d906c 100644 --- a/components/Button.js +++ b/components/Button.js @@ -5,7 +5,6 @@ import { COLORS } from '../lib/constants' const Button = ({ id, onClick = () => {}, - onBlur, className = '', background = COLORS.BLACK, color = COLORS.SECONDARY, @@ -22,14 +21,7 @@ const Button = ({ padding = 0, margin = 0 }) => ( -