Skip to content

Commit

Permalink
Remove comment
Browse files Browse the repository at this point in the history
  • Loading branch information
sudoryan committed Oct 29, 2024
1 parent 5d1a4b8 commit dc36ca2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server/pages/[domain]/index.page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,7 @@ const DomainProfile = ({
typeof window !== 'undefined' &&
window.location.hostname.toLowerCase() !== udMeHostname.toLowerCase()
) {
return null; // or return a loading spinner
return null;
}

// hooks
Expand Down

0 comments on commit dc36ca2

Please sign in to comment.