mirror of
https://github.com/IvarK/AntimatterDimensionsSourceCode.git
synced 2024-11-10 22:21:56 +00:00
Fix there being no "reward" label on ICs
This commit is contained in:
parent
b1b29374cc
commit
ef95327b4e
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user