Skip to content

Commit

Permalink
Remove double instance of details
Browse files Browse the repository at this point in the history
  • Loading branch information
Diana Doherty committed Oct 22, 2021
1 parent 28fe46c commit 1811392
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions utils/display.go
Original file line number Diff line number Diff line change
Expand Up @@ -440,12 +440,6 @@ func EnvironmentTable(environment *meroxa.Environment) string {
},
}

if environment.Status.Details != "" {
mainTable.Body.Cells = append(mainTable.Body.Cells, []*simpletable.Cell{
{Align: simpletable.AlignRight, Text: "Details:"},
{Text: environment.Status.Details},
})
}
mainTable.SetStyle(simpletable.StyleCompact)

return mainTable.String()
Expand Down

0 comments on commit 1811392

Please sign in to comment.