forked from potsda.mn/mobilizon
remove "These events may interest you" section in event view
This commit is contained in:
parent
9bae4a25cf
commit
ef0d09da55
|
@ -336,15 +336,6 @@
|
||||||
</section>
|
</section>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<section
|
|
||||||
class="more-events section"
|
|
||||||
v-if="event.relatedEvents.length > 0"
|
|
||||||
>
|
|
||||||
<h3 class="title has-text-centered">
|
|
||||||
{{ $t("These events may interest you") }}
|
|
||||||
</h3>
|
|
||||||
<multi-card :events="event.relatedEvents" />
|
|
||||||
</section>
|
|
||||||
<b-modal
|
<b-modal
|
||||||
:active.sync="isReportModalActive"
|
:active.sync="isReportModalActive"
|
||||||
has-modal-card
|
has-modal-card
|
||||||
|
|
Loading…
Reference in a new issue