diff --git a/cwidgets/compact/status.go b/cwidgets/compact/status.go index 74e30f9..fae7bdc 100644 --- a/cwidgets/compact/status.go +++ b/cwidgets/compact/status.go @@ -18,7 +18,7 @@ type Status struct { health []ui.Cell } -func NewStatus() *Status { +func NewStatus() CompactCol { s := &Status{ Block: ui.NewBlock(), health: []ui.Cell{{Ch: ' '}},