Optionally chaining user abilities on entity page, though abilities should always be curated.
This commit is contained in:
@@ -44,7 +44,7 @@
|
|||||||
</a>
|
</a>
|
||||||
|
|
||||||
<a
|
<a
|
||||||
v-if="user?.abilities.some((ability) => ability.plainUrls)"
|
v-if="user?.abilities?.some((ability) => ability.plainUrls)"
|
||||||
:href="entity.url"
|
:href="entity.url"
|
||||||
target="_blank"
|
target="_blank"
|
||||||
rel="noopener"
|
rel="noopener"
|
||||||
|
|||||||
2
static
2
static
Submodule static updated: bb5b4f01b4...4340a4799a
Reference in New Issue
Block a user