Skip to content

Commit

Permalink
fixup!
Browse files Browse the repository at this point in the history
Signed-off-by: Petr Kadlec <[email protected]>
  • Loading branch information
kapetr committed Jan 21, 2025
1 parent 4f9fd2c commit 2a4fbd9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/modules/apps/builder/ArtifactSharedIframe.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -169,7 +169,7 @@ export function ArtifactSharedIframe({
<AppPlaceholder />
</div>
) : (
(state === State.LOADING || isPending || true) && (
(state === State.LOADING || isPending) && (
<div
className={clsx(classes.loading, {
[classes.empty]: !appliedCodeRef.current,
Expand Down

0 comments on commit 2a4fbd9

Please sign in to comment.