From 97de5d5a8be902697f6c936d55feb30d498890a6 Mon Sep 17 00:00:00 2001 From: adueck Date: Sat, 15 Oct 2022 21:51:27 +0500 Subject: [PATCH] oops --- account/views/user.ejs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/account/views/user.ejs b/account/views/user.ejs index e680a0d..baf8638 100644 --- a/account/views/user.ejs +++ b/account/views/user.ejs @@ -65,7 +65,7 @@ <% } %> - <% if (user.tester && user.level === "student" && user.subscription) { %> + <% if (user.level === "student" && user.subscription) { %>

Current subscription: <% if (user.subscription.metadata.cycle === "monthly") { %>$1/month<% } else { %>$10/year<% } %>

Downgrade to cancel your subscription

<% } %>