1
0
Fork 0
mirror of https://github.com/jellyfin/jellyfin-web synced 2025-03-30 19:56:21 +00:00

remove button-delete className

This commit is contained in:
grafixeyehero 2022-07-07 23:56:03 +03:00
parent f70bbe6026
commit d7dc9e7864

View file

@ -183,7 +183,7 @@ const UserProfile: FunctionComponent = () => {
<ButtonElement <ButtonElement
type='button' type='button'
id='btnDeleteImage' id='btnDeleteImage'
className='raised button-delete hide' className='raised hide'
title='DeleteImage' title='DeleteImage'
/> />
</div> </div>