Removed supporter message on groups

This commit is contained in:
Eduard Urbach 2019-09-07 15:00:58 +09:00
parent 9cf35d9459
commit 59b9be5992
Signed by: akyoto
GPG Key ID: C874F672B1AF20C0

View File

@ -20,11 +20,6 @@ component Groups(groups []*arn.Group, nextIndex int, user *arn.User)
Icon("pencil") Icon("pencil")
span Edit draft span Edit draft
if user == nil || !user.IsPro()
p.groups-beta-message.mountable
a(href="/support") Supporters
span are currently receiving early access to group creation during the BETA phase.
#load-more-target.groups #load-more-target.groups
GroupsScrollable(groups, user) GroupsScrollable(groups, user)