This commit is contained in:
Enrico Ros
2024-09-25 23:42:45 -07:00
parent 116bdcdd43
commit ff9b1650f9
@@ -91,7 +91,7 @@ export async function executeGatherInstruction(_i: GatherInstruction, inputs: Ex
const isMobile = getIsMobile(); // no need to react to this
// recreate the UI for this
inputs.updateInstructionComponent(
<ChatMessage
<ChatMessage /* Not Memo as this changes frequently */
message={inputs.intermediateDMessage}
fitScreen={isMobile}
isMobile={isMobile}