fixed report abuse button showing even if not shared

This commit is contained in:
vabene1111
2021-06-15 09:04:05 +02:00
parent d456d4ae64
commit 2b7769e92f
2 changed files with 2 additions and 2 deletions

View File

@ -135,7 +135,7 @@
<add-recipe-to-book :recipe="recipe"></add-recipe-to-book>
<div class="row text-center d-print-none" style="margin-top: 3vh; margin-bottom: 3vh" v-if="share_uid !== ''">
<div class="row text-center d-print-none" style="margin-top: 3vh; margin-bottom: 3vh" v-if="share_uid !== 'None'">
<div class="col col-md-12">
<a :href="resolveDjangoUrl('view_report_share_abuse', share_uid)" >{{$t('Report Abuse')}}</a>
</div>