You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
getDaysToDelivery function in /src/components/05_VinDetailsView.vue always returns a positive number, even when the delivery date has passed. At line 262 there shouldn't be a Math.abs call. Negative numbers are already being caught in checkDaysToDelivery and should be returned as "N/A".
Reporting because my Mach E is over a week late at this point and I got false hope from incorrect days to delivery 😢.
The text was updated successfully, but these errors were encountered:
getDaysToDelivery
function in/src/components/05_VinDetailsView.vue
always returns a positive number, even when the delivery date has passed. At line 262 there shouldn't be aMath.abs
call. Negative numbers are already being caught incheckDaysToDelivery
and should be returned as "N/A".Reporting because my Mach E is over a week late at this point and I got false hope from incorrect days to delivery 😢.
The text was updated successfully, but these errors were encountered: