We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2f93cce commit 14c1a48Copy full SHA for 14c1a48
apps/frontend/src/pages/app/extensions/[id].vue
@@ -59,7 +59,7 @@
59
</div>
60
<div class="flex items-center gap-2 max-md:flex-col">
61
<ElementsButton
62
- v-if="data.extension.status == 'approved'"
+ v-if="user?.admin && data.extension.status == 'approved'"
63
@click="modalOpen.adminReject = true"
64
class="max-md:w-full"
65
>
0 commit comments