Update Credits.tsx (#9062)
the license check never seemed to work -- removing Co-authored-by: Bailey Pumfleet <bailey@pumfleet.co.uk>pull/9064/head^2
parent
c96cbd7a9d
commit
ddee3e8bf6
|
@ -4,9 +4,7 @@ import { useEffect, useState } from "react";
|
|||
import { COMPANY_NAME, IS_SELF_HOSTED } from "@calcom/lib/constants";
|
||||
import pkg from "@calcom/web/package.json";
|
||||
|
||||
export const CalComVersion = `v.${pkg.version}-${!IS_SELF_HOSTED ? "h" : "sh"}-${
|
||||
process.env.CALCOM_LICENSE_KEY === "" ? "ee" : "ce"
|
||||
}`;
|
||||
export const CalComVersion = `v.${pkg.version}-${!IS_SELF_HOSTED ? "h" : "sh"}`;
|
||||
|
||||
export default function Credits() {
|
||||
const [hasMounted, setHasMounted] = useState(false);
|
||||
|
|
Loading…
Reference in New Issue