Skip to content

Commit 3ca7ab7

Browse files
committed
Update semrush-workspace.element.ts
- Revert free account checking logic
1 parent 845e926 commit 3ca7ab7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Umbraco.Cms.Integrations.SEO.Semrush/Client/src/workspace/semrush-workspace.element.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -503,7 +503,7 @@ export class SemrushWorkspaceElement extends UmbLitElement {
503503
</uui-table>
504504
</div>
505505
506-
${(!this.account.isFreeAccount
506+
${(this.account.isFreeAccount
507507
? html`
508508
<div>
509509
<p>

0 commit comments

Comments
 (0)