mirror of
https://github.com/fosrl/pangolin.git
synced 2026-05-02 02:28:04 +00:00
Merge branch 'dev' of https://github.com/fosrl/pangolin into dev
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user