From 6ca394b19ffdbd5f09dbd488cbe9198bb7c302f4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Friedger=20M=C3=BCffke?= Date: Wed, 8 May 2019 21:23:58 +0200 Subject: [PATCH] Use correct attribute --- src/components/documents/Posts.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/documents/Posts.js b/src/components/documents/Posts.js index 612d6861..8ef31208 100755 --- a/src/components/documents/Posts.js +++ b/src/components/documents/Posts.js @@ -118,7 +118,7 @@ export default class Posts extends Component { {post.attrs.title.length > 30 ? post.attrs.title.substring(0,30)+"..." : post.attrs.title} {post.attrs.author} - {post.attrs.createdDate} + {post.attrs.lastUpdated} {statusButton}