refactor: cleanup code

This commit is contained in:
Slug-Boi
2024-11-16 22:17:09 +01:00
parent ed7cdb0467
commit 6e2293beb5
3 changed files with 9 additions and 75 deletions
-1
View File
@@ -198,7 +198,6 @@ func (m model) Update(msg tea.Msg) (tea.Model, tea.Cmd) {
case key.Matches(msg, m.keys.groupSelect):
// TODO: Look into how to select multiple groups
sub_model = newModel()
//group := Entry_GR()
return m, tea.ClearScreen
case key.Matches(msg, m.keys.tempAdd):