Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
code-smell: TT-354 Fix code smells
  • Loading branch information
Edgar Guaman committed Sep 24, 2021
commit fa9d98e0268c89ea71a3c90e239f4deae39c020b
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { Component, EventEmitter, Input, OnInit, Output } from '@angular/core';
import { Component, EventEmitter, OnInit, Output } from '@angular/core';
import { select, Store } from '@ngrx/store';
import { Observable } from 'rxjs';
import { delay, map } from 'rxjs/operators';
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,4 @@ import { Component, Input } from '@angular/core';
})
export class ActivitiesManagementComponent {
@Input() showActivityForm: boolean;

constructor() {}

}