diff options
Diffstat (limited to 'src/app/components/post/post.component.ts')
| -rw-r--r-- | src/app/components/post/post.component.ts | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/app/components/post/post.component.ts b/src/app/components/post/post.component.ts index 000fde0..e1d435d 100644 --- a/src/app/components/post/post.component.ts +++ b/src/app/components/post/post.component.ts @@ -22,7 +22,6 @@ export class PostComponent implements OnInit, AfterViewInit { public votesNumber: number; public timeCreated: string; @Input() paramId: string; - @Input() index: number; @ViewChild('upvote') upvoteBtn: ElementRef; @ViewChild('downvote') downvoteBtn: ElementRef; public loggedIn = false; |
