1
0
Fork 0
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:
Bill Thornton 2021-04-10 15:35:27 -04:00 committed by Joshua M. Boniface
parent ff0a46a004
commit bdfc09739e

View file

@ -64,7 +64,7 @@ import ServerConnections from '../../../components/ServerConnections';
}
function goBack() {
import('../../../components/appRouter').then(({default: appRouter}) => {
import('../../../components/appRouter').then(({appRouter}) => {
appRouter.back();
});
}