bcantello / peoples_voice_project

A central location where users can search government representatives, discover upcoming local elections, and find polling locations
https://www.peoplesvoiceproject.com
0 stars 1 forks source link

List on Header missing unique keys #57

Open MikelTafalla opened 1 year ago

MikelTafalla commented 1 year ago

I believe it is the tag list created at header.js when we push the tag into registerToVote. The tag needs to have the 'key' attribute and it needs to be unique list_unique_keys

bcantello commented 1 year ago

Yeah. We could probably just add some logic to add a number as the key. Just count up from 0 or 1.