diff --git a/pages/editor/editor.pixy b/pages/editor/editor.pixy index 01b1958d..439a67db 100644 --- a/pages/editor/editor.pixy +++ b/pages/editor/editor.pixy @@ -22,7 +22,7 @@ component EditorTabs(url string) Tab("Companies", "building", "/editor/companies/missing/description") Tab("Search", "search", "/database") - if strings.Contains(url, "/editor/anime/") + if strings.Contains(url, "/editor/anime/missing/") || strings.Contains(url, "/editor/anime/lowresimage") || strings.Contains(url, "/editor/anime/ultralowresimage") .tabs Tab("Shoboi", "list", "/editor/anime/missing/shoboi") Tab("AniList", "list", "/editor/anime/missing/anilist")