meirim-org / meirim

Meirim is an open-source smart city application that facilitates transparency in urban planning.
MIT License
56 stars 24 forks source link

plan page should not use date from data object of plan #730

Open yaelal opened 1 year ago

yaelal commented 1 year ago

singleplan.jsx uses plan.data.LAST_UPDATE since we cannot and should not count of that field's date format we should not use it use instead plan.last_visited_status

yaelal commented 1 year ago

`

  • עדכון אחרון:{" "} <Moment parse="YYYYMMDDHHmm" format="DD/MM/YYYY"

    {plan.data.LAST_UPDATE}

  • `