mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
remove type prop form IconButtonElement
This commit is contained in:
parent
47a0928f4c
commit
fb04b4b58a
5 changed files with 3 additions and 9 deletions
|
@ -22,7 +22,6 @@ const SectionTitleContainer: FunctionComponent<IProps> = ({SectionClassName, tit
|
|||
|
||||
{isBtnVisible && <IconButtonElement
|
||||
is='emby-button'
|
||||
type='button'
|
||||
id={btnId}
|
||||
className={btnClassName}
|
||||
title={btnTitle}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue