const filterAlocation = amountAlocation.map(item => {
    return parseInt(item.amount);
});