Skip to content

Fix score flickering issues when changed rapidly

longph requested to merge develop into main

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.

Merge request reports

Loading