Remove unused else

This commit is contained in:
Eric Bailey
2024-05-16 15:19:14 -05:00
parent c783fa274d
commit bad650846a
-1
View File
@@ -291,7 +291,6 @@ export function Button({
} else { } else {
baseStyles.push({height: 50, width: 50}) baseStyles.push({height: 50, width: 50})
} }
} else if (size === 'medium') {
} else if (size === 'small') { } else if (size === 'small') {
baseStyles.push({height: 34, width: 34}) baseStyles.push({height: 34, width: 34})
} else if (size === 'tiny') { } else if (size === 'tiny') {