We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 70cbc4e commit 6e05a39Copy full SHA for 6e05a39
hf-data/js/view_only.js
@@ -49,7 +49,7 @@ async function buildVisualizationOnly(apiEndpoint, urlParams) {
49
buildLive();
50
}
51
52
- function buildLive() {
+ async function buildLive() {
53
buildDesktop();
54
buildMobile();
55
is_live = true;
0 commit comments