Skip to content

Commit

Permalink
Update front/components/assistant_builder/AssistantBuilderPreviewDraw…
Browse files Browse the repository at this point in the history
…er.tsx

Co-authored-by: Flavien David <[email protected]>
  • Loading branch information
overmode and flvndvd authored Jan 2, 2025
1 parent f77e057 commit dde5d09
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -163,7 +163,7 @@ export default function AssistantBuilderRightPanel({
"animate-reload":
shouldAnimatePreviewDrawer &&
rightPanelStatus.tab === "Preview" &&
rightPanelStatus.openedAt != null &&
rightPanelStatus.openedAt !== null &&
Date.now() - rightPanelStatus.openedAt > 1000,
}
)}
Expand Down

0 comments on commit dde5d09

Please sign in to comment.