diff --git a/common/entities/AutoCompleteItem.ts b/common/entities/AutoCompleteItem.ts index 91ee220..d6bbf5a 100644 --- a/common/entities/AutoCompleteItem.ts +++ b/common/entities/AutoCompleteItem.ts @@ -6,7 +6,7 @@ export enum SearchTypes { } export class AutoCompleteItem { - constructor(public text:string, public type:SearchTypes) { + constructor(public text:string, public type:SearchTypes) { } equals(other:AutoCompleteItem) { diff --git a/frontend/app/frame/frame.component.html b/frontend/app/frame/frame.component.html index 531d434..9a0902e 100644 --- a/frontend/app/frame/frame.component.html +++ b/frontend/app/frame/frame.component.html @@ -17,7 +17,7 @@