Skip to content

Commit

Permalink
prettify
Browse files Browse the repository at this point in the history
  • Loading branch information
onesine committed Mar 3, 2023
1 parent 610544f commit adaab7b
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions src/components/Options.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -94,11 +94,7 @@ const Options: React.FC<OptionsProps> = ({
return (
<div
role="options"
className={
classNames && classNames.list
? classNames.list
: "max-h-72 overflow-y-auto"
}
className={classNames && classNames.list ? classNames.list : "max-h-72 overflow-y-auto"}
>
{filterResult.map((item, index) => (
<React.Fragment key={index}>
Expand Down

0 comments on commit adaab7b

Please sign in to comment.