forked from AkkomaGang/akkoma-fe
Take unmuting out of expandable condition.
This commit is contained in:
parent
e531c78079
commit
1ea19dcf1d
1 changed files with 3 additions and 3 deletions
|
@ -53,10 +53,10 @@
|
|||
<small>
|
||||
<a href="#" @click.prevent="toggleExpanded" ><i class="icon-plus-squared"></i></a>
|
||||
</small>
|
||||
</template>
|
||||
<small v-if="unmuted">
|
||||
<a href="#" @click.prevent="toggleMute" ><i class="icon-eye-off"></i></a>
|
||||
</small>
|
||||
</template>
|
||||
<small v-if="!status.is_local" class="source_url">
|
||||
<a :href="status.external_url" target="_blank" ><i class="icon-binoculars"></i></a>
|
||||
</small>
|
||||
|
|
Loading…
Reference in a new issue