Skip to content

Commit

Permalink
Prettier fix
Browse files Browse the repository at this point in the history
  • Loading branch information
MrRefactor committed Feb 21, 2024
1 parent 7220ea1 commit 9610f7c
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,6 @@ function BaseAutoCompleteSuggestions<TSuggestion>(
const StyleUtils = useStyleUtils();
const rowHeight = useSharedValue(0);
const scrollRef = useRef<FlashList<TSuggestion>>(null);

/**
* Render a suggestion menu item component.
*/
Expand Down

0 comments on commit 9610f7c

Please sign in to comment.