async-each icon indicating copy to clipboard operation
async-each copied to clipboard

Not sure if the count variable is unnecessary

Open whitfin opened this issue 6 years ago • 1 comments

You already have index in scope, it seems like count is redundant and can be removed. Instead I believe you can check index === items.length - 1?

whitfin avatar Jun 06 '19 17:06 whitfin

Yeah probably

paulmillr avatar Jun 06 '19 18:06 paulmillr