Remove unused else
This commit is contained in:
@@ -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') {
|
||||||
|
|||||||
Reference in New Issue
Block a user