@financial-times/x-live-blog-wrapper
Advanced tools
Comparing version 0.0.20 to 0.0.21
@@ -175,3 +175,3 @@ 'use strict'; | ||
var index = props.posts.findIndex(function (post) { | ||
return post.id === updated.id; | ||
return post.id === updated.postId; | ||
}); | ||
@@ -178,0 +178,0 @@ |
@@ -175,3 +175,3 @@ 'use strict'; | ||
var index = props.posts.findIndex(function (post) { | ||
return post.id === updated.id; | ||
return post.id === updated.postId; | ||
}); | ||
@@ -178,0 +178,0 @@ |
@@ -171,3 +171,3 @@ import { h } from '@financial-times/x-engine'; | ||
var index = props.posts.findIndex(function (post) { | ||
return post.id === updated.id; | ||
return post.id === updated.postId; | ||
}); | ||
@@ -174,0 +174,0 @@ |
{ | ||
"name": "@financial-times/x-live-blog-wrapper", | ||
"version": "0.0.20", | ||
"version": "0.0.21", | ||
"description": "", | ||
@@ -5,0 +5,0 @@ "main": "dist/LiveBlogWrapper.cjs.js", |
33659