style: auto format
This commit is contained in:
parent
25bf1bb0dc
commit
993ae583f6
|
|
@ -72,8 +72,8 @@ const formatDesc = (e) => {
|
|||
|
||||
const description = `<table><tbody><tr><th align="left" style="border: 1px solid black;">From</th><th align="left" style="border: 1px solid black;">To</th><th align="left" style="border: 1px solid black;">Price</th></tr><tr><td style="border: 1px solid black;">
|
||||
${origin}</td><td style="border: 1px solid black;">${destination}</td><td style="border: 1px solid black;">${price}</td></tr></tbody></table>${dayjs(departureDate).format('YYYY MMM DD')} ✈ ${dayjs(returnDate).format(
|
||||
'YYYY MMM DD'
|
||||
)}`;
|
||||
'YYYY MMM DD'
|
||||
)}`;
|
||||
return {
|
||||
title,
|
||||
description,
|
||||
|
|
|
|||
Loading…
Reference in New Issue