Skip to content

Commit

Permalink
CW-2196 Fixed PR
Browse files Browse the repository at this point in the history
  • Loading branch information
pvm-code committed Nov 15, 2023
1 parent 6108e12 commit 2e1f2f8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/shared/hooks/useCases/useChatMessages.ts
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,7 @@ const addParentMessageToMessages = (
text: parentMessage.text,
images: parentMessage.images,
files: parentMessage.files,
createdAt: parentMessage.createdAt
},
};
});
Expand Down

0 comments on commit 2e1f2f8

Please sign in to comment.