Skip to content

Commit

Permalink
Merge branch 'production'
Browse files Browse the repository at this point in the history
  • Loading branch information
prtkjakhar committed Apr 19, 2024
2 parents 258ee15 + 302d136 commit 34231b6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion apps/amakrushi/src/components/HomePage/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -482,4 +482,4 @@ const HomePage: NextPage = () => {
</>
);
};
export default HomePage;
export default HomePage;
4 changes: 2 additions & 2 deletions apps/amakrushi/src/components/chat-message-item/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -187,7 +187,7 @@ const ChatMessageItem: FC<ChatMessageItemPropType> = ({ message, onSend }) => {
);
console.log("Outside setTimeout", { isWeather })
setTimeout(() => {
console.log("Enabling optiosn again")
console.log("Enabling options again")
setOptionDisabled(false);
}, 4001);
}
Expand Down Expand Up @@ -220,7 +220,7 @@ const ChatMessageItem: FC<ChatMessageItemPropType> = ({ message, onSend }) => {
</List >
);
},
[context, t]
[context, t, optionDisabled]
);

const getFormattedDate = (datestr: string) => {
Expand Down

0 comments on commit 34231b6

Please sign in to comment.