Skip to content

Commit

Permalink
Reorders the invocation sequence of components in OverlayHost.
Browse files Browse the repository at this point in the history
  • Loading branch information
mntone committed Jun 22, 2024
1 parent 0598e70 commit da611e0
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/modules/overlay/components/OverlayHost/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,12 @@ const OverlayHost = () => {

return (
<div className='OverlayHost'>
<OverlayEggGraph />
<ProductLogo />

{!broadcastEnabled && (
<CameraPreview />
)}

<OverlayEggGraph />
<ProductLogo />
</div>
)
}
Expand Down

0 comments on commit da611e0

Please sign in to comment.