mirror of
https://github.com/hexastack/hexabot
synced 2025-06-26 18:27:28 +00:00
fix: apply feedback
This commit is contained in:
@@ -327,7 +327,7 @@ const ChatProvider: React.FC<{
|
||||
);
|
||||
const quickReplies = getQuickReplies(body.messages.at(-1));
|
||||
|
||||
if (getQuickReplies.length) {
|
||||
if (quickReplies.length) {
|
||||
setSuggestions(quickReplies);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user