Skip to content

Commit

Permalink
Fix: subsequence overiew display (#79)
Browse files Browse the repository at this point in the history
  • Loading branch information
laurentC35 authored Nov 30, 2023
1 parent 1b9ba7c commit 8d446e1
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ const SubsequenceNavigation = ({ sequence, close, setPage }) => {
onClick={changePage(c)}
onFocus={setFocus(index + offset)}
>
{`${c.label}`}
{c.label}
</ButtonItemMenu>
</li>
);
Expand Down

0 comments on commit 8d446e1

Please sign in to comment.