mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
Merge pull request #2576 from jellyfin/fix-es6-1
Fix ES6 migration
(cherry picked from commit 98814a5b66
)
Signed-off-by: Joshua M. Boniface <joshua@boniface.me>
This commit is contained in:
parent
ff0a46a004
commit
bdfc09739e
1 changed files with 1 additions and 1 deletions
|
@ -64,7 +64,7 @@ import ServerConnections from '../../../components/ServerConnections';
|
|||
}
|
||||
|
||||
function goBack() {
|
||||
import('../../../components/appRouter').then(({default: appRouter}) => {
|
||||
import('../../../components/appRouter').then(({appRouter}) => {
|
||||
appRouter.back();
|
||||
});
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue