Skip to content

Commit 8b7df2e

Browse files
committed
Revert isHiEvents
1 parent 5d3ae85 commit 8b7df2e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

frontend/src/utilites/helpers.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ export const iHavePurchasedALicence = () => {
111111
}
112112

113113
export const isHiEvents = () => {
114-
return true;
114+
return getConfig('VITE_FRONTEND_URL')?.includes('.hi.events');
115115
}
116116

117117
export const isEmptyHtml = (content: string) => {

0 commit comments

Comments
 (0)