Skip to content

Commit fa9d98e

Browse files
author
Edgar Guaman
committed
code-smell: TT-354 Fix code smells
1 parent 751168f commit fa9d98e

File tree

2 files changed

+1
-4
lines changed

2 files changed

+1
-4
lines changed

src/app/modules/activities-management/components/activity-list/activity-list.component.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import { Component, EventEmitter, Input, OnInit, Output } from '@angular/core';
1+
import { Component, EventEmitter, OnInit, Output } from '@angular/core';
22
import { select, Store } from '@ngrx/store';
33
import { Observable } from 'rxjs';
44
import { delay, map } from 'rxjs/operators';

src/app/modules/activities-management/pages/activities-management.component.ts

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,4 @@ import { Component, Input } from '@angular/core';
66
})
77
export class ActivitiesManagementComponent {
88
@Input() showActivityForm: boolean;
9-
10-
constructor() {}
11-
129
}

0 commit comments

Comments
 (0)