mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
Fix stuck page titles on admin dashboard (#5735)
* Fixed stuck page titles on admin dashboard. * Updating contributors
This commit is contained in:
parent
3c1e515172
commit
3d9a119d38
22 changed files with 22 additions and 19 deletions
|
@ -142,6 +142,7 @@ const PlaybackTrickplay: FC = () => {
|
|||
<Page
|
||||
id='trickplayConfigurationPage'
|
||||
className='mainAnimatedPage type-interior playbackConfigurationPage'
|
||||
title={globalize.translate('Trickplay')}
|
||||
>
|
||||
<div ref={element} className='content-primary'>
|
||||
<div className='verticalSection'>
|
||||
|
|
|
@ -159,6 +159,7 @@ const UserProfiles = () => {
|
|||
<Page
|
||||
id='userProfilesPage'
|
||||
className='mainAnimatedPage type-interior userProfilesPage fullWidthContent'
|
||||
title={globalize.translate('HeaderUsers')}
|
||||
>
|
||||
<div ref={element} className='content-primary'>
|
||||
<div className='verticalSection'>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue