Skip to content

Commit

Permalink
Remove extra headings in apis list (#711)
Browse files Browse the repository at this point in the history
  • Loading branch information
Widcket authored Apr 4, 2023
1 parent 8a76cdb commit d72403b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion internal/display/apis.go
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,6 @@ func (v *apiTableView) Object() interface{} {
func (r *Renderer) APIList(apis []*management.ResourceServer) {
resource := "apis"

r.Heading(resource)
r.Heading(fmt.Sprintf("%s (%d)", resource, len(apis)))

if len(apis) == 0 {
Expand Down

0 comments on commit d72403b

Please sign in to comment.