From bad650846ab79e13e18794d38af3b56729755a0f Mon Sep 17 00:00:00 2001 From: Eric Bailey Date: Thu, 16 May 2024 15:19:14 -0500 Subject: [PATCH] Remove unused else --- src/components/Button.tsx | 1 - 1 file changed, 1 deletion(-) diff --git a/src/components/Button.tsx b/src/components/Button.tsx index fb068ac9de..a008c8605c 100644 --- a/src/components/Button.tsx +++ b/src/components/Button.tsx @@ -291,7 +291,6 @@ export function Button({ } else { baseStyles.push({height: 50, width: 50}) } - } else if (size === 'medium') { } else if (size === 'small') { baseStyles.push({height: 34, width: 34}) } else if (size === 'tiny') {