mirror of
https://github.com/supermemoryai/supermemory.git
synced 2026-09-14 23:21:20 +00:00
remove constant
This commit is contained in:
parent
49ea8f9136
commit
75b4a53284
1 changed files with 1 additions and 1 deletions
|
|
@ -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">
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue