chore: remove TODO comments

bashbunni created

Change summary

internal/tui/components/dialogs/quit/keys.go | 2 --
1 file changed, 2 deletions(-)

Detailed changes

internal/tui/components/dialogs/quit/keys.go 🔗

@@ -32,8 +32,6 @@ func DefaultKeyMap() KeyMap {
 			key.WithKeys("n", "N"),
 			key.WithHelp("n", "No"),
 		),
-		// TODO I think we can remove this. We don't have tab to toggle in Huh's
-		// confirm dialogue.
 		Tab: key.NewBinding(
 			key.WithKeys("tab"),
 			key.WithHelp("tab", "toggle"),