diff options
Diffstat (limited to 'src/app/components/post-page/post-page.component.html')
| -rw-r--r-- | src/app/components/post-page/post-page.component.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/app/components/post-page/post-page.component.html b/src/app/components/post-page/post-page.component.html index 590c476..10618c1 100644 --- a/src/app/components/post-page/post-page.component.html +++ b/src/app/components/post-page/post-page.component.html @@ -3,7 +3,7 @@ <app-loading *ngIf="!dataArrived"></app-loading> <main class="centered-content scroll-standalone under-navbar flex-col" *ngIf="dataArrived"> - <app-post [paramId]="postId.toString()" [index]="0"></app-post> + <app-post [paramId]="postId.toString()"></app-post> <form class="card flex-col full-width no-margin-top" [formGroup]="addCommentFormGroup" (ngSubmit)="addComment()"> <textarea rows="1" placeholder="Add a new comment" class="textarea-new-msg faded-slim-border border-bottom-only padding-small margin-bot-bigger" formControlName="newComment"></textarea> <button class="faded-slim-border padding-small lighter-hover click-effect border-radius-smaller" type="submit"> |
