refactor: drop test profile placehoders

This commit is contained in:
decentral1se 2023-07-16 10:29:13 +02:00
parent 115aad7b37
commit aa5578d3aa
Signed by: decentral1se
GPG Key ID: 03789458B3D0C410
1 changed files with 1 additions and 1 deletions

View File

@ -38,7 +38,7 @@ func NewMainModel(username, homeDir string) mainModel {
// TODO(d1): programmatically fill in profile names
profileBarModel := newProfileBarModel([]string{
"status", "profile1", "profile2", "profile3",
"status",
})
statusPaneModel := newStatusPaneModel()