Skip to content

Commit

Permalink
from code review
Browse files Browse the repository at this point in the history
  • Loading branch information
jay-hodgson committed Sep 25, 2024
1 parent e2c52dc commit 35e60a4
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -283,7 +283,7 @@ export const SynapseChat: React.FunctionComponent<SynapseChatProps> = ({
<Box sx={{ position: 'relative', pt: '35px' }}>
<TransitionGroup>
{/* The key is based on the current text so when the text changes, the Fade component will remount */}
<Fade key={traceEvents.page[0].message} timeout={2500}>
<Fade key={traceEvents.page[0].message} timeout={500}>
<Tooltip
placement="bottom"
title={
Expand Down

0 comments on commit 35e60a4

Please sign in to comment.