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:
parent
f70bbe6026
commit
d7dc9e7864
1 changed files with 1 additions and 1 deletions
|
@ -183,7 +183,7 @@ const UserProfile: FunctionComponent = () => {
|
|||
<ButtonElement
|
||||
type='button'
|
||||
id='btnDeleteImage'
|
||||
className='raised button-delete hide'
|
||||
className='raised hide'
|
||||
title='DeleteImage'
|
||||
/>
|
||||
</div>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue