File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
src/webviews/apps/commitDetails/components Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -366,7 +366,7 @@ export class GlCommitDetailsApp extends LitElement {
366
366
return html `< gl-status-nav .wip =${ this . state . wip } .preferences =${ this . state . preferences } > </ gl-status-nav > ` ;
367
367
}
368
368
369
- private renderRepoStatusContent ( isWip : boolean ) {
369
+ private renderRepoStatusContent ( _isWip : boolean ) {
370
370
const statusIndicator = this . wipStatus ?. status ;
371
371
return html `
372
372
< code-icon icon ="gl-repository-filled "> </ code-icon >
@@ -388,11 +388,11 @@ export class GlCommitDetailsApp extends LitElement {
388
388
class ="inspect-header__tab-indicator inspect-header__tab-indicator-- ${ statusIndicator } "
389
389
> </ gl-indicator > ` ,
390
390
) }
391
- ${ when (
392
- isWip !== true && statusIndicator != null ,
393
- ( ) => html `< gl-indicator pulse class ="inspect-header__tab-pulse "> </ gl-indicator > ` ,
394
- ) }
395
391
` ;
392
+ // ${when(
393
+ // isWip !== true && statusIndicator != null,
394
+ // () => html`<gl-indicator pulse class="inspect-header__tab-pulse"></gl-indicator>`,
395
+ // )}
396
396
}
397
397
398
398
renderWipTooltipContent ( ) {
You can’t perform that action at this time.
0 commit comments