add show memo by before startblock

This commit is contained in:
ogerly 2023-02-02 17:30:53 +01:00
parent 9879df4eb5
commit 4c4b058c7a

View File

@ -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"