chore: remove extraneous comment

Christian Rocha created

Change summary

internal/tui/tui.go | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

Detailed changes

internal/tui/tui.go 🔗

@@ -273,7 +273,7 @@ func (a *appModel) Update(msg tea.Msg) (tea.Model, tea.Cmd) {
 		a.pages[a.currentPage] = updated.(util.Model)
 		cmds = append(cmds, pageCmd)
 		return a, tea.Batch(cmds...)
-	// Key Press Messages
+
 	case tea.KeyPressMsg:
 		return a, a.handleKeyPressMsg(msg)