Only project owner may see edit button of a project

This commit is contained in:
Matthew Raymer
2023-07-19 18:19:29 +08:00
parent 790d44db81
commit b9ed9d748b

View File

@@ -49,6 +49,7 @@
</div>
</div>
<button
v-if="issuer == activeDid"
type="button"
class="block w-full text-center text-md uppercase bg-slate-500 text-white px-1.5 py-2 rounded-md"
@click="onEditClick()"