Skip to content

Commit

Permalink
chore: review
Browse files Browse the repository at this point in the history
  • Loading branch information
Victor Zeinstra committed Aug 23, 2023
1 parent e96d336 commit 99bdf8e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ type Props = {

export function ResultList({ query, children }: Props): JSX.Element {
const viewMoreButton = (onClick) => (
<ViewMoreButton small onClick={onClick}>
<ViewMoreButton small onClick={onClick} tabIndex={1}>
Voir plus
</ViewMoreButton>
);
Expand Down

0 comments on commit 99bdf8e

Please sign in to comment.