remove constant

This commit is contained in:
ved015 2026-05-29 20:15:46 +05:30
parent 49ea8f9136
commit 75b4a53284

View file

@ -937,7 +937,7 @@ export default function Billing() {
</DialogContent>
</Dialog>
{true || hasPaidPlan ? (
{hasPaidPlan ? (
<section className="flex flex-col gap-4">
<SectionTitle>Credits</SectionTitle>
<SettingsCard className="border border-dashed border-white/10 bg-[#14161A]/70">