change review

This commit is contained in:
ogerly 2022-03-13 10:28:20 +01:00
parent b73e7c1042
commit 3f7cdca4bf
3 changed files with 2 additions and 21 deletions

View File

@ -2,7 +2,6 @@
<div class="collapse-links-list">
<div class="d-flex">
<div class="text-center pb-3 gradido-max-width">
<b-icon icon="droplet-half" height="12" class="mb-2" />
<b>{{ $t('links-list.header') }}</b>
</div>
</div>

View File

@ -1,6 +1,6 @@
<template>
<div class="decayinformation-short">
<span v-if="decay.decay">{{ decay.decay | amount }}</span>
<span v-if="decay.decay">{{ decay.decay | GDD }}</span>
</div>
</template>
<script>

View File

@ -7,7 +7,7 @@
<b-row>
<!-- ICON -->
<b-col cols="1">
<type-icon color="text-danger" icon="share" />
<type-icon color="text-danger" icon="link45deg" />
</b-col>
<b-col cols="11">
@ -51,27 +51,9 @@ export default {
amount: {
type: String,
},
balance: {
type: String,
},
balanceDate: {
type: String,
},
decay: {
type: Object,
},
id: {
type: Number,
},
linkedUser: {
type: Object,
},
memo: {
type: String,
},
typeId: {
type: String,
},
},
data() {
return {