Only works on saas

This commit is contained in:
Owen
2026-04-21 16:04:44 -07:00
parent 8dbe0a4bfe
commit 5b18612426

View File

@@ -3,7 +3,7 @@ import { build } from "@server/build";
import { useContext } from "react";
export function useSubscriptionStatusContext() {
if (build == "oss") {
if (build != "saas") {
return null;
}
const context = useContext(SubscriptionStatusContext);