feat: implement a new page for managing delivery days and capacities with an interactive calendar and update forms.
Deploy Next.js via SSH / deploy (push) Successful in 9s
Details
Deploy Next.js via SSH / deploy (push) Successful in 9s
Details
This commit is contained in:
parent
51e115b45a
commit
0527f13bf3
|
|
@ -82,7 +82,7 @@ const Pagina = ({ bladinhoData }: PaginaProps) => {
|
||||||
return bladinhoData.map((item) => {
|
return bladinhoData.map((item) => {
|
||||||
const dateDelivery = new Date(item.dateDelivery);
|
const dateDelivery = new Date(item.dateDelivery);
|
||||||
const additionalInfo = [
|
const additionalInfo = [
|
||||||
`Capacidade: ${item.deliverySize}`,
|
`Capacidades: ${item.deliverySize}`,
|
||||||
`Peso Venda: ${item.saleWeight}`,
|
`Peso Venda: ${item.saleWeight}`,
|
||||||
`Disponível: ${item.avaliableDelivery}`,
|
`Disponível: ${item.avaliableDelivery}`,
|
||||||
].join('\n');
|
].join('\n');
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue