Skip to content

Commit

Permalink
Removed unrelated linting
Browse files Browse the repository at this point in the history
  • Loading branch information
Spitfireap committed Feb 6, 2024
1 parent cc2faea commit c653c19
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
[routerLink]="[]"
[queryParams]="{ itemId: cipher.id }"
queryParamsHandling="merge"
title="{{ 'editItemWithName' | i18n: cipher.name }}"
title="{{ 'editItemWithName' | i18n : cipher.name }}"
type="button"
appStopProp
>
Expand Down Expand Up @@ -52,7 +52,7 @@
<app-org-badge
[disabled]="disabled"
[organizationId]="cipher.organizationId"
[organizationName]="cipher.organizationId | orgNameFromId: organizations"
[organizationName]="cipher.organizationId | orgNameFromId : organizations"
appStopProp
>
</app-org-badge>
Expand Down

0 comments on commit c653c19

Please sign in to comment.