commit 10764429581b5ef6848df747c78bf096a7f66614
parent c906243393456e9db6ad5371faa840c6d002437c
Author: MTRNord <mtrnord1@gmail.com>
Date: Sun, 18 Mar 2018 18:01:24 +0100
Fix wrong line
Diffstat:
1 file changed, 0 insertions(+), 1 deletion(-)
diff --git a/src/app/tweet-list/tweet-list.component.ts b/src/app/tweet-list/tweet-list.component.ts
@@ -20,7 +20,6 @@ import {ToastrService} from 'ngx-toastr';
export class TweetListComponent implements OnInit {
@Input() uuid;
data: (TweetsEntity)[];
- @ViewChildren
constructor(private apiService: ApiService, private toastr: ToastrService) {
Raven.captureBreadcrumb({