opensource-ny / OpenSource-NY

MIT License
10 stars 14 forks source link

the Rank list doesn't update when a new submit (with invalid repo typed in) happens #90

Closed yizongk closed 4 years ago

yizongk commented 4 years ago

The user types in a valid repo, the PR list updates, and the Rank list updates.

Then the user types in an invalid repo, the PR list updates, but the Rank list doesn't update.

A possible fix, clear the PR data variable (in Home.js) on submit.

zhik commented 4 years ago

Fixed #96