nko
This commit is contained in:
parent
aa917fe6ba
commit
e2e391325b
@ -19,6 +19,8 @@ export const createTariffElements = (
|
||||
) => {
|
||||
console.log("start work createTariffElements")
|
||||
console.log("filteredTariffs ", filteredTariffs)
|
||||
console.log("user ", user)
|
||||
console.log("user.isUserNko, ", user.isUserNko)
|
||||
const tariffElements = filteredTariffs
|
||||
.filter((tariff) => tariff.privileges.length > 0)
|
||||
.map((tariff, index) => {
|
||||
@ -27,7 +29,7 @@ export const createTariffElements = (
|
||||
discounts,
|
||||
user.wallet.spent,
|
||||
[],
|
||||
user.isUserNko,
|
||||
user.status === "nko",
|
||||
user.userId,
|
||||
);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user