Fix warning
This commit is contained in:
@@ -49,7 +49,6 @@ export default function Page({ params }: { params: { projectId: string } }) {
|
||||
testClassification: t("test_classification"),
|
||||
byType: t("by_type"),
|
||||
byPriority: t("by_priority"),
|
||||
testTypes: t("test_types"),
|
||||
other: t("other"),
|
||||
security: t("security"),
|
||||
performance: t("performance"),
|
||||
@@ -63,7 +62,6 @@ export default function Page({ params }: { params: { projectId: string } }) {
|
||||
regression: t("regression"),
|
||||
automated: t("automated"),
|
||||
manual: t("manual"),
|
||||
priority: t("priority"),
|
||||
critical: t("critical"),
|
||||
high: t("high"),
|
||||
medium: t("medium"),
|
||||
|
||||
Reference in New Issue
Block a user