diff --git a/app/templates/minor/profile.html b/app/templates/minor/profile.html
index 9cdd99c73..a10b7f28a 100644
--- a/app/templates/minor/profile.html
+++ b/app/templates/minor/profile.html
@@ -32,7 +32,7 @@
{{ user.firstName }} {{ user.lastName }}'s CCE Minor Profile
+ data-bs-toggle="pill" data-bs-target="#pills-manageProposals" type="button" role="tab" aria-controls="pills-manageProposals" aria-selected="{{'true' if activeTab == 'manageProposals' else 'false'}}">{{ 'My Proposals' if g.current_user == user else 'Manage Proposals' }}