mirror of
https://github.com/discourse/discourse.git
synced 2025-02-10 21:34:50 +00:00
1aa836163e
Currently (for Ranked Choice only) a javascript exception is raised on very first vote, preventing the results from being rendered requiring a browser refresh (which doesn't error). Resolves: TypeError: this.args.rankedChoiceOutcome.round_activity is undefined with simple addition of optional chaining operator.