Skip to content

Commit

Permalink
fix frame flickering when loading
Browse files Browse the repository at this point in the history
  • Loading branch information
hellno committed Aug 21, 2024
1 parent 37daa13 commit e188ec6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/common/components/Embeds/FrameUI.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -180,7 +180,7 @@ export function FrameUI({
variant={currentFrame.type === "error" ? "error" : "message"}
/>
) : null}
{isLoading && (
{isLoading && !frame?.image && (
<div
className="flex flex-col space-y-3"
style={{
Expand Down

0 comments on commit e188ec6

Please sign in to comment.