fix: remove freq hardcoding
Signed-off-by: Ameya Shenoy <shenoy.ameya@gmail.com>
This commit is contained in:
parent
7caccbd83e
commit
ae57e86d23
1 changed files with 1 additions and 1 deletions
|
|
@ -46,7 +46,7 @@ export default function RecurringPayment(props) {
|
|||
</div>
|
||||
<div className={styles.recurringPaymentBottom}>
|
||||
<div>Due in {props.due_in_days} days</div>
|
||||
<div>₹{props.amount} · monthly</div>
|
||||
<div>₹{props.amount} · {props.frequency}</div>
|
||||
</div>
|
||||
</div>
|
||||
)
|
||||
|
|
|
|||
Loading…
Reference in a new issue