Skip to content

Commit ac5de7f

Browse files
committed
Fixes patch message
1 parent 72fc9c3 commit ac5de7f

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/webviews/apps/plus/patchDetails/components/gl-patch-create.ts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -245,9 +245,8 @@ export class GlPatchCreate extends GlTreeBase<GlPatchCreateEvents> {
245245
<gl-button full @click=${this.onCreateAll}>Create Cloud Patch</gl-button>
246246
</span>
247247
</p>
248-
<!-- <p class="h-deemphasize"><code-icon icon="account"></code-icon> Requires a GitKraken account <a href="#">sign-in</a></p> -->
249248
${when(
250-
this.state?.orgSettings.byob === true,
249+
this.state?.orgSettings.byob === false,
251250
() =>
252251
html`<p class="h-deemphasize">
253252
<code-icon icon="lock"></code-icon>

0 commit comments

Comments
 (0)