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
fix(#419): Products after a fluid did not link correctly. (#420)
Fluid products caused subsequent products to display the wrong link
information. Moving the `i++` out one set of curlies fixed things in
Simon's sample, and then I looked at it and realized it should just be a
for loop, rather than a foreach-with-counter loop.
0 commit comments