diff --git a/hypha/apply/funds/templates/funds/submissions_overview.html b/hypha/apply/funds/templates/funds/submissions_overview.html
index 6c2ffbf606bafc6b687f743fd95a2bf845e45ab3..b83f169b8d51f75cb78d742ef53ffb4157eed90b 100644
--- a/hypha/apply/funds/templates/funds/submissions_overview.html
+++ b/hypha/apply/funds/templates/funds/submissions_overview.html
@@ -11,9 +11,9 @@
                 <h5>Track and explore recent submissions</h5>
             </div>
             {% if request.user.is_apply_staff %}
-            <div class="tabs js-tabs">
+            <div class="tabs">
                 <div class="tabs__container">
-                    <a class="tab__item tab__item--right js-tabs-off" href="{% url 'apply:submissions:result' %}">
+                    <a class="tab__item tab__item--right" href="{% url 'apply:submissions:result' %}">
                         Results
                     </a>
                 </div>