1
0
Fork 0
mirror of https://github.com/morpheus65535/bazarr synced 2024-12-26 17:47:20 +00:00

Fix incorrect position of provider badge

This commit is contained in:
LASER-Yi 2021-09-01 11:34:24 +08:00
parent 60e2732f48
commit 60de70f9e8

View file

@ -163,7 +163,6 @@ export function useNavigationItems() {
{
name: "Providers",
path: "/providers",
badge: providers,
component: SettingsProvidersView,
},
{
@ -216,6 +215,7 @@ export function useNavigationItems() {
{
name: "Providers",
path: "/providers",
badge: providers,
component: SystemProvidersView,
},
{