Migrate components to eslint
This commit is contained in:
parent
de66486e41
commit
b13dbcfa77
69 changed files with 875 additions and 800 deletions
|
@ -34,6 +34,7 @@ const CallButton = ({
|
|||
className={`module-incoming-call__icon module-incoming-call__button--${classSuffix}`}
|
||||
onClick={onClick}
|
||||
tabIndex={tabIndex}
|
||||
type="button"
|
||||
>
|
||||
<Tooltip
|
||||
arrowSize={6}
|
||||
|
@ -48,7 +49,6 @@ const CallButton = ({
|
|||
);
|
||||
};
|
||||
|
||||
// tslint:disable-next-line max-func-body-length
|
||||
export const IncomingCallBar = ({
|
||||
acceptCall,
|
||||
callDetails,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue