Rename chapter option to show chapter

This commit is contained in:
Ajay
2022-07-07 17:05:27 -04:00
parent 969b303c59
commit 058c41dd7e
2 changed files with 5 additions and 0 deletions

View File

@@ -41,6 +41,8 @@ export function getCategorySuffix(category: Category): string {
return "_POI";
} else if (category === "exclusive_access") {
return "_full";
} else if (category === "chapter") {
return "_chapter";
} else {
return "";
}