Skip to content

Commit

Permalink
Small changes to make code more readable
Browse files Browse the repository at this point in the history
  • Loading branch information
leexgh committed Jun 6, 2024
1 parent 90886f0 commit 9c9e869
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ export const RevueTooltipContent: React.FunctionComponent<{
>
{reference.referenceText}
</a>
{index !== props.vue.references.length - 1 ? ';' : ''}
{index < props.vue.references.length - 1 && ';'}
</span>
))}
{`): `}
Expand Down

0 comments on commit 9c9e869

Please sign in to comment.