1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-13 23:03:32 +00:00

Small Typo & Lint Fix (#15313)

* Small typo and lint fix

* Removes extra line
This commit is contained in:
Colton Hurst
2025-06-27 10:28:35 -04:00
committed by GitHub
parent bfb71a3405
commit f7ca5b7818
2 changed files with 1 additions and 3 deletions

View File

@@ -108,7 +108,7 @@ export class DesktopSettingsService {
private readonly closeToTrayState = this.stateProvider.getGlobal(CLOSE_TO_TRAY_KEY);
/**
* Tha applications setting for whether or not to close the application into the system tray.
* The applications setting for whether or not to close the application into the system tray.
*/
closeToTray$ = this.closeToTrayState.state$.pipe(map(Boolean));

View File

@@ -1,5 +1,3 @@
<!-- Please remove this disable statement when editing this file! -->
<!-- eslint-disable tailwindcss/no-custom-classname -->
<div class="tw-flex" *ngIf="!hideMultiSelect">
<bit-form-field *ngIf="permissionMode == 'edit'" class="tw-mr-3 tw-shrink-0 tw-basis-2/5">
<bit-label>{{ "permission" | i18n }}</bit-label>