diff options
Diffstat (limited to 'src/DevHive.Angular/src/app/components/post/post.component.html')
| -rw-r--r-- | src/DevHive.Angular/src/app/components/post/post.component.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/DevHive.Angular/src/app/components/post/post.component.html b/src/DevHive.Angular/src/app/components/post/post.component.html index 4dec754..36783e5 100644 --- a/src/DevHive.Angular/src/app/components/post/post.component.html +++ b/src/DevHive.Angular/src/app/components/post/post.component.html @@ -15,7 +15,7 @@ {{ post.message }} </div> <div class="timestamp"> - {{ post.timeCreated }} + {{ timeCreated }} </div> </div> <div class="rating"> |
