voteflux / digipol

An app to allow Australian Voters to vote on current issues and bills in the parliament.
https://digipol.app
GNU General Public License v3.0
60 stars 9 forks source link

[BUG] Multiple interests on the same bill shows the bill multiple times #213

Open Nokternl opened 3 years ago

Nokternl commented 3 years ago

As per title, if you have multiple interests filtered, any Bill which has more than one of your 'interests' shows up multiple times in the filtered Bills list

connorhsm commented 3 years ago

@KipCrossing Suggested to use a Set instead of a List as Set's don't allow duplicates.