Skip to content

Commit 8692679

Browse files
committed
fix ts error
1 parent 7dd0d15 commit 8692679

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

src/packages/next/pages/pricing/onprem.tsx

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,6 @@ import { Customize } from "lib/customize";
1616
import withCustomize from "lib/with-customize";
1717
import { useRouter } from "next/router";
1818

19-
const K8S_PRICE = "$5000";
20-
const K8S_PRICE_ACADEMIC = "$3000";
21-
2219
export default function OnPrem({ customize }) {
2320
const { siteName } = customize;
2421
return (

0 commit comments

Comments
 (0)