disable limited tier if already used

This commit is contained in:
miloschwartz
2025-03-21 18:36:11 -04:00
parent 0dcfeb3587
commit f37be774a6
4 changed files with 35 additions and 14 deletions

View File

@@ -2,6 +2,7 @@ import { createContext } from "react";
export type SupporterStatus = {
visible: boolean;
tier?: string;
};
type SupporterStatusContextType = {