From aae003bf2094085074b7aeb8c09cb08d167ceeb5 Mon Sep 17 00:00:00 2001 From: Garrit Franke Date: Tue, 29 Sep 2020 13:35:34 +0200 Subject: [PATCH] fix: chromium sorting of posts --- components/BlogList.js | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/components/BlogList.js b/components/BlogList.js index 09dacec..929cad2 100644 --- a/components/BlogList.js +++ b/components/BlogList.js @@ -16,7 +16,9 @@ const BlogList = ({ posts }) => {