mirror of
https://github.com/IT4Change/gradido.git
synced 2025-12-13 07:45:54 +00:00
remove unused if clauses
This commit is contained in:
parent
34ce6fb333
commit
82fd10d489
@ -103,16 +103,12 @@
|
||||
</template>
|
||||
<template #show-register-mail>
|
||||
<confirm-register-mail-formular
|
||||
v-if="showConfirmRegisterMailFormular"
|
||||
:email="row.item.email"
|
||||
:dateLastSend="$moment().subtract(1, 'month').format('dddd, DD.MMMM.YYYY HH:mm'),"
|
||||
/>
|
||||
</template>
|
||||
<template #show-transaction-list>
|
||||
<creation-transaction-list-formular
|
||||
v-if="showCreationTransactionListFormular"
|
||||
:userId="row.item.userId"
|
||||
/>
|
||||
<creation-transaction-list-formular :userId="row.item.userId" />
|
||||
</template>
|
||||
</row-details>
|
||||
</template>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user