Skip to content

Commit

Permalink
Fix Script tag and fragments
Browse files Browse the repository at this point in the history
  • Loading branch information
samkim committed Mar 12, 2024
1 parent 4e52e3a commit c615c61
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions components/scripts.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -24,13 +24,13 @@ export default function Scripts() {
}, [afterLoad]);

return (
<>
<div>
{isProd && loadReo && (
<Script
src="https://static.reo.dev/bf9727b30a874e3/reo.js"
onLoad={() => setAfterLoad(true)}
></Script>
)}
</>
</div>
);
}

0 comments on commit c615c61

Please sign in to comment.