Merge pull request #3197 from gradido/bugfix_frontend_dont_show_link_for_all

fix(frontend): prevent showing edit link in contribution community view
This commit is contained in:
einhornimmond 2023-09-01 15:26:54 +02:00 committed by GitHub
commit eac3974c34
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -26,7 +26,7 @@
<div class="mt-3 font-weight-bold">{{ $t('contributionText') }}</div>
<div class="mb-3 text-break word-break">{{ memo }}</div>
<div
v-if="status === 'IN_PROGRESS'"
v-if="status === 'IN_PROGRESS' && !allContribution"
class="text-205 pointer hover-font-bold"
@click="visible = !visible"
>