Skip to content
Snippets Groups Projects
Commit 1d3d5b39 authored by Agate's avatar Agate :speech_balloon:
Browse files

Fixed broken RSS channel detail page

parent 7a38a209
Branches
Tags
No related merge requests found
......@@ -86,7 +86,7 @@
</a>
<a
:href="object.url"
v-if="object.actor.domain != $store.getters['instance/domain']"
v-if="object.actor && object.actor.domain != $store.getters['instance/domain']"
target="_blank"
class="basic item">
<i class="external icon"></i>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment