Skip to content

Commit

Permalink
fix: remove test prop
Browse files Browse the repository at this point in the history
  • Loading branch information
joshxfi committed Feb 20, 2024
1 parent 17140de commit d2198d5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/web/src/pages/global.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@ const Global: NextPageWithLayout = () => {
{messages?.map((m, i) => (
<div key={m?.id}>
{(i + 1) % 5 === 0 && (
<AdContainer slotId='1966757556' test className='mb-12' />
<AdContainer slotId='1966757556' className='mb-12' />
)}

<GlobalPost message={m} />
Expand Down

0 comments on commit d2198d5

Please sign in to comment.