diff --git a/packages/concordia-app/src/components/PostList/PostListRow/index.jsx b/packages/concordia-app/src/components/PostList/PostListRow/index.jsx index d634456..2c1e9c1 100644 --- a/packages/concordia-app/src/components/PostList/PostListRow/index.jsx +++ b/packages/concordia-app/src/components/PostList/PostListRow/index.jsx @@ -123,9 +123,6 @@ const PostListRow = (props) => { .put(postId.toString(), { [POST_CONTENT]: editedPostContent, }) - .then(() => { - setPostContent(editedPostContent); - }) .catch((reason) => { console.error(reason); });