Fix score flickering issues when changed rapidly
Created by: phamduylong
Since the data keep being assigned and updated, it creates a race condition between the real-time data coming back from the database and our page's data. Let's just reupdate what's needed.