refactor(mod queue): rename routes from /queue to /modqueue

This commit is contained in:
plebeius
2026-02-09 17:42:23 +08:00
parent 1704686a6f
commit 41b7fee439
4 changed files with 11 additions and 11 deletions
+1 -1
View File
@@ -60,7 +60,7 @@ export const isModView = (pathname: string): boolean => {
};
export const isModQueueView = (pathname: string): boolean => {
return pathname.includes('/queue');
return pathname.includes('/modqueue');
};
export const isPendingPostView = (pathname: string, params: ParamsType): boolean => {