Skip to content

Commit c80a02e

Browse files
Sai Sridhar Tarraclaude
authored andcommitted
Fix TypeScript error: remove unused plan variable reference in signup page
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
1 parent b4d008f commit c80a02e

1 file changed

Lines changed: 0 additions & 8 deletions

File tree

frontend/pages/auth/signup.tsx

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -55,14 +55,6 @@ export default function SignupPage() {
5555
</li>
5656
))}
5757
</ul>
58-
{plan && (
59-
<div className="mt-10 rounded-xl bg-white/10 border border-white/20 px-5 py-4">
60-
<p className="text-white text-sm font-semibold">
61-
You are signing up for the <span className="capitalize">{plan}</span> plan.
62-
</p>
63-
<p className="text-primary-200 text-xs mt-1">You can change your plan any time from billing settings.</p>
64-
</div>
65-
)}
6658
</div>
6759

6860
{/* Right Panel */}

0 commit comments

Comments
 (0)