Skip to content

Commit

Permalink
address comments.
Browse files Browse the repository at this point in the history
  • Loading branch information
ItzNotABug committed Dec 18, 2024
1 parent 5c999e7 commit 3ee44cb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
let showActivate = false;
let enableScrollButton = false;
let codePanelContent: HTMLElement; /* var to avoid frequent querySelector calls */
let codePanelContent: HTMLElement;
function handleActivate() {
invalidate(Dependencies.DEPLOYMENTS);
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
icon="github"
iconStyle="font-size:20px">
<Trim alternativeTrim>
<span style="white-space: pre-wrap">
<span style:white-space="pre-wrap">
{deployment.providerRepositoryOwner}/{deployment.providerRepositoryName}
</span>
</Trim>
Expand Down

0 comments on commit 3ee44cb

Please sign in to comment.