remove type prop form IconButtonElement

This commit is contained in:
grafixeyehero
2022-07-07 23:35:28 +03:00
parent 47a0928f4c
commit fb04b4b58a
5 changed files with 3 additions and 9 deletions
@@ -40,7 +40,6 @@ const AccessScheduleList: FunctionComponent<IProps> = ({index, DayOfWeek, StartH
</div>
<IconButtonElement
is='paper-icon-button-light'
type='button'
className='btnDelete listItemButton'
title='Delete'
icon='delete'
@@ -16,7 +16,6 @@ const BlockedTagList: FunctionComponent<IProps> = ({tag}: IProps) => {
</div>
<IconButtonElement
is='paper-icon-button-light'
type='button'
className='blockedTag btnDeleteTag listItemButton'
title='Delete'
icon='delete'
@@ -78,7 +78,6 @@ const UserCardBox: FunctionComponent<IProps> = ({ user = {} }: IProps) => {
>
<IconButtonElement
is='paper-icon-button-light'
type='button'
className='btnUserMenu flex-shrink-zero'
icon='more_vert'
/>