diff --git a/tui/tui.go b/tui/tui.go index a21c107..49bdac5 100644 --- a/tui/tui.go +++ b/tui/tui.go @@ -56,7 +56,7 @@ func New(cfg config.Data) Model { projectionRows[0][0] = "Starting" projectionRows[1][0] = "CDPR" for i := range math.Goals { - projectionRows[i+2][0] = fmt.Sprintf("$%.0f", math.Goals[i].Value) + projectionRows[i+2][0] = math.Goals[i].Name } projections := table.New( table.WithColumns(projectionCols),