diff --git a/commcare_connect/opportunity/tables.py b/commcare_connect/opportunity/tables.py
index 6fd3953d..e361f4c0 100644
--- a/commcare_connect/opportunity/tables.py
+++ b/commcare_connect/opportunity/tables.py
@@ -195,7 +195,7 @@ def render_view_profile(self, record):
"opportunity:user_profile",
kwargs={"org_slug": self.org_slug, "opp_id": record.opportunity.id, "pk": record.opportunity_access_id},
)
- return format_html('View Profile', url)
+ return format_html('View Profile', url)
def render_started_learning(self, record, value):
return date_with_time_popup(self, value)