mirror of
https://github.com/IT4Change/gradido.git
synced 2025-12-13 07:45:54 +00:00
add show memo by before startblock
This commit is contained in:
parent
9879df4eb5
commit
4c4b058c7a
@ -1,5 +1,6 @@
|
||||
<template>
|
||||
<div class="decay-information-box">
|
||||
<div v-if="decay.start === null && memo" class="mb-4">{{ memo }}</div>
|
||||
<decay-information-before-startblock v-if="decay.start === null" />
|
||||
<decay-information-decay-startblock
|
||||
v-else-if="isStartBlock"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user