fix: resolve message action lint warning

Added the missing hook dependency for message action rendering
Lint and type-check now pass cleanly
This commit is contained in:
Bohdan Triapitsyn
2026-05-05 01:26:37 +03:00
parent 5475ef2db3
commit eadff4e338
@@ -1651,6 +1651,7 @@ const AssistantMessageBody = React.memo(({
}, [ }, [
activityByPart, activityByPart,
activityGroupSegmentsForMessage, activityGroupSegmentsForMessage,
alwaysShowMessageActions,
animatedToolIdsLookup, animatedToolIdsLookup,
animateActivityRows, animateActivityRows,
chatRenderMode, chatRenderMode,