Cleanup low value comments. (#248)

This commit is contained in:
Jacob Richman 2025-05-02 14:39:39 -07:00 committed by GitHub
parent 69d1c644d9
commit 0556358560
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
17 changed files with 31 additions and 78 deletions

View file

@ -17,7 +17,7 @@ interface InputPromptProps {
setInputKey: React.Dispatch<React.SetStateAction<number>>;
onSubmit: (value: string) => void;
showSuggestions: boolean;
suggestions: Suggestion[]; // Changed to Suggestion[]
suggestions: Suggestion[];
activeSuggestionIndex: number;
navigateUp: () => void;
navigateDown: () => void;