Skip to content

Commit

Permalink
fix: header labels don't show up in archived repos (#782)
Browse files Browse the repository at this point in the history
  • Loading branch information
tyn1998 committed Mar 20, 2024
1 parent f5bb946 commit 1d44c8b
Showing 1 changed file with 1 addition and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -47,9 +47,7 @@ const init = async (): Promise<void> => {
container.id = featureId;
renderTo(container);
await elementReady('#repository-container-header');
$('#repository-container-header')
.find('span.Label.Label--secondary')
.after(container);
$('#repository-container-header').find('span.Label').after(container);
};

const restore = async () => {
Expand Down

0 comments on commit 1d44c8b

Please sign in to comment.