Fix there being no "reward" label on ICs

This commit is contained in:
Dys 2022-03-22 19:03:34 +08:00
parent b1b29374cc
commit ef95327b4e

View File

@ -61,10 +61,7 @@ export default {
<template #bottom>
<div class="l-challenge-box__bottom--infinity">
<span>Goal: {{ format(config.goal) }} antimatter</span>
<DescriptionDisplay
:config="config.reward"
label="Reward:"
/>
<span>Reward: <DescriptionDisplay :config="config.reward" /></span>
<EffectDisplay
v-if="isCompleted"
:config="config.reward"