You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Previously, 'perf/info' would load then a request would be made to 'perf/get' in `loadCompareData`.
By moving `await` after `loadCompareData`, `perf/get` is requested then `perf/info`. I don't know if `await` is necessary but doesn't seem to hurt.
0 commit comments