Skip to content

Commit

Permalink
chore: lint
Browse files Browse the repository at this point in the history
  • Loading branch information
prevwong committed Nov 20, 2023
1 parent e531e68 commit cfefb6f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion site/components/carbonads/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ export const Carbonads = (props: CarbonadsProps) => {
return;
}

if (!!dom.innerHTML) {
if (dom.innerHTML) {
return;
}

Expand Down

1 comment on commit cfefb6f

@vercel
Copy link

@vercel vercel bot commented on cfefb6f Nov 20, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

reka – ./

rekajs.vercel.app
reka-git-main-prevwong.vercel.app
reka-prevwong.vercel.app
reka.js.org

Please sign in to comment.