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:
parent
60e2732f48
commit
60de70f9e8
1 changed files with 1 additions and 1 deletions
|
@ -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,
|
||||
},
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue