Skip to content

Commit

Permalink
hotfix
Browse files Browse the repository at this point in the history
  • Loading branch information
robert-bogos committed Sep 19, 2024
1 parent 6306767 commit cc0e479
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libs/utils/utils.js
Original file line number Diff line number Diff line change
Expand Up @@ -695,7 +695,7 @@ export function decorateLinks(el) {
return rdx;
}, []);
convertStageLinks({ anchors, config, hostname });
return result;
return links;
}

function decorateContent(el) {
Expand Down

0 comments on commit cc0e479

Please sign in to comment.