Skip to content
Snippets Groups Projects
Commit b1f47c66 authored by moon's avatar moon
Browse files

Added "My Submitted Condensates"

parent dc82ddaa
No related branches found
No related tags found
No related merge requests found
......@@ -470,7 +470,12 @@
text-2xl
font-medium
"
>All Submitted Condensates</span>
>{{
userRole === "Maintainer"
? "All Submitted Condensates"
: "My Submitted Condensates"
}}
</span>
</router-link>
</div>
<div>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment