mirror of
https://github.com/bitwarden/browser
synced 2025-12-14 07:13:32 +00:00
Small Typo & Lint Fix (#15313)
* Small typo and lint fix * Removes extra line
This commit is contained in:
@@ -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));
|
||||
|
||||
|
||||
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user