Skip to content

Commit

Permalink
feat(timelinenav): minor - comm
Browse files Browse the repository at this point in the history
  • Loading branch information
csnizik committed Jun 24, 2022
1 parent fff121b commit 41965db
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/TimelineNav/TimelineNav.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -334,7 +334,7 @@ export const TimelineNav = ({
*/
const onClick = () => {
timelineNavItemRefs[activeIndexState].current.focus(); /* 2 */
setIsActive(false);
setIsActive(false); /* 3 */
};

return (
Expand Down

0 comments on commit 41965db

Please sign in to comment.