Skip to content

Commit

Permalink
prettier
Browse files Browse the repository at this point in the history
  • Loading branch information
smritidoneria committed Jan 10, 2025
1 parent 27b11c5 commit 09096a3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/react/src/views/ChatLayout/ChatLayout.js
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ const ChatLayout = () => {
if (!isUserAuthenticated && !anonymousMode) {
return;
}
const { messages:starredMsgs } = await RCInstance.getStarredMessages();
const { messages: starredMsgs } = await RCInstance.getStarredMessages();
setStarredMessages(starredMsgs);
} catch (e) {
console.error(e);
Expand Down

0 comments on commit 09096a3

Please sign in to comment.