From e97355148d85a2e3740422df22c2ae37d699a8cc Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Ole=20Volds=C3=A6ter?= <ole.voldsater@uib.no>
Date: Wed, 30 Sep 2020 15:21:14 +0200
Subject: [PATCH] fikser meta#150

---
 src/App.vue | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/App.vue b/src/App.vue
index 7304c4b9..4889e973 100644
--- a/src/App.vue
+++ b/src/App.vue
@@ -80,7 +80,7 @@ window.onpopstate = function (event) {
 function navigate_to_article(self, article_id) {
   axios.get(self.api_pref + '' + article_id)
   .then(function(response){
-    self.article = response.data._source
+    self.article = response.data
     self.waiting = false
     history.replaceState({article: self.article, search_results: self.search_results, lang: self.lang}, '')
   })
-- 
GitLab