Fix linting (#693)

This commit is contained in:
Thomas Rittson 2022-02-24 07:33:34 +10:00 committed by GitHub
parent 2779cd0966
commit fdaa4f9fa5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 3 additions and 2 deletions

View File

@ -10,7 +10,7 @@ import { StateService } from "jslib-common/abstractions/state.service";
export class ExportScopeCalloutComponent implements OnInit {
@Input() organizationId: string = null;
show: boolean = false;
show = false;
scopeConfig: {
title: string;
description: string;

View File

@ -1,4 +1,5 @@
import { Pipe } from "@angular/core";
import { ColorPasswordPipe } from "./color-password.pipe";
/*

View File

@ -240,7 +240,7 @@ $icons: (
"apple": "\e945",
"android": "\e944",
"error": "\e981",
"numbered-list": "\e989"
"numbered-list": "\e989",
);
@each $name, $glyph in $icons {