migrate components stickers to eslint
This commit is contained in:
parent
2ade4acd52
commit
5364de90a4
15 changed files with 225 additions and 203 deletions
|
@ -15,11 +15,13 @@ export const StickerPackInstallButton = React.forwardRef<
|
|||
Props
|
||||
>(({ i18n, installed, blue, ...props }: Props, ref) => (
|
||||
<button
|
||||
type="button"
|
||||
ref={ref}
|
||||
className={classNames({
|
||||
'module-sticker-manager__install-button': true,
|
||||
'module-sticker-manager__install-button--blue': blue,
|
||||
})}
|
||||
aria-label={i18n('stickers--StickerManager--Install')}
|
||||
{...props}
|
||||
>
|
||||
{installed
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue