diff --git a/components/dashboard/CodeHints.js b/components/dashboard/CodeHints.js index a8f3302..811ea0d 100644 --- a/components/dashboard/CodeHints.js +++ b/components/dashboard/CodeHints.js @@ -178,7 +178,7 @@ export default function CodeHints({ expId }) { Use the static method of the pipe plugin to request the condition. This is an asynchronous request so we need to wait for the response before using the condition value. An easy - wait to do this is to put your experiment creation code inside + way to do this is to put your experiment creation code inside an async function.