'progress' is declared but its value is never read
jere-co opened this issue · 1 comments
jere-co commented
On line 34 in /components/parallax/index.js
a progress
const is declared, but never read again.
I would have done a pull request, but I'm not immediately sure what this was made for, so thought to create an issue instead.
arzafran commented
Hey! thanks for pointing this out, yes, that variable was not used, i've safely removed it in this commit.