Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
yaelal opened this issue Jul 4, 2023 · 1 comment
Open

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

yaelal opened this issue Jul 4, 2023 · 1 comment

Comments

@yaelal
Copy link
Collaborator

yaelal commented Jul 4, 2023

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
Copy link
Collaborator Author

yaelal commented Jul 4, 2023

<li> עדכון אחרון:{" "} <Moment parse="YYYYMMDDHHmm" format="DD/MM/YYYY" > {plan.data.LAST_UPDATE} </Moment> </li>

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants