Skip to content

Commit

Permalink
Use on base in Revision components
Browse files Browse the repository at this point in the history
  • Loading branch information
sebastinez committed Sep 3, 2024
1 parent 82ca7c3 commit f9c5a13
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/views/repos/Cob/Revision.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -396,7 +396,7 @@
updated to
<Id id={revisionId} />
{#if previousRevBase && previousRevBase !== revisionBase}
with base
on base
<Id id={revisionBase} style="commit" />
{/if}
{/if}
Expand Down

0 comments on commit f9c5a13

Please sign in to comment.