mirror of
https://github.com/vercel/commerce.git
synced 2025-07-22 20:26:49 +00:00
Run prettier fix on all files (#581)
This commit is contained in:
@@ -44,7 +44,7 @@ const Swatch: React.FC<Omit<ButtonProps, 'variant'> & SwatchProps> = React.memo(
|
||||
<Button
|
||||
role="option"
|
||||
aria-selected={active}
|
||||
aria-label={(variant && label) ? `${variant} ${label}` : "Variant Swatch"}
|
||||
aria-label={variant && label ? `${variant} ${label}` : 'Variant Swatch'}
|
||||
className={swatchClassName}
|
||||
{...(label && color && { title: label })}
|
||||
style={color ? { backgroundColor: color } : {}}
|
||||
|
Reference in New Issue
Block a user