diff --git a/packages/concordia-app/src/components/PostList/PostListRow/index.jsx b/packages/concordia-app/src/components/PostList/PostListRow/index.jsx index c06d258..d634456 100644 --- a/packages/concordia-app/src/components/PostList/PostListRow/index.jsx +++ b/packages/concordia-app/src/components/PostList/PostListRow/index.jsx @@ -120,7 +120,7 @@ const PostListRow = (props) => { const { stores } = orbit; const postsDb = Object.values(stores).find((store) => store.dbname === POSTS_DATABASE); postsDb - .put(postId, { + .put(postId.toString(), { [POST_CONTENT]: editedPostContent, }) .then(() => {