Skip to content

Commit

Permalink
ui: don't bother specifying tests as 'local' for now (#4205)
Browse files Browse the repository at this point in the history
  • Loading branch information
Maia McCormick committed Feb 17, 2021
1 parent 04eef98 commit 3bb32e9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion web/src/OverviewItemView.tsx
Expand Up @@ -58,7 +58,7 @@ function resourceTypeLabel(res: Resource): string {
return "Docker Compose Service"
} else if (spec.type === TargetType.Local) {
if (res.localResourceInfo && !!res.localResourceInfo.isTest) {
return "Test [local]"
return "Test"
}
return "Local Script"
}
Expand Down

0 comments on commit 3bb32e9

Please sign in to comment.