do not show and load the statistics

This commit is contained in:
Moriz Wahl 2022-09-01 16:19:59 +02:00
parent 01f1633da0
commit 230afd73a1

View File

@ -43,6 +43,7 @@
</ul>
<b-link href="mailto: abc@example.com">{{ supportMail }}</b-link>
</b-container>
<!--
<hr />
<b-container>
<div class="h3">{{ $t('community.statistic') }}</div>
@ -65,6 +66,7 @@
</div>
</div>
</b-container>
-->
</div>
</template>
<script>
@ -139,7 +141,7 @@ export default {
created() {
this.getContributionLinks()
this.getAdminUsers()
this.getCommunityStatistics()
// this.getCommunityStatistics()
this.updateTransactions(0)
},
}