Merge branch 'dev' of https://github.com/fosrl/pangolin into dev

This commit is contained in:
miloschwartz
2026-04-21 16:23:03 -07:00
3 changed files with 108 additions and 2 deletions

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);