chore: sub duration

This commit is contained in:
Tristan Yang
2023-01-19 17:16:02 +08:00
parent fd8c54e702
commit 88d9e920f7
2 changed files with 3 additions and 3 deletions
@@ -90,7 +90,6 @@ const LicensePriceListModal: FC<Props> = ({ closeModal }) => {
values={LicensePriceList.map(({ pid, limit, type = "payment", sub_dur = "month" }) => `${pid}|${limit}|${type}|${sub_dur}`)}
value={selectPrice}
onChange={(v) => {
console.log("wtff", v);
handlePriceSelect(v);
}}
/>