From 27d0c853b239b7946966fb899e87c97cb2984ddf Mon Sep 17 00:00:00 2001 From: Ladd Hoffman Date: Thu, 25 Apr 2024 15:22:44 -0500 Subject: [PATCH] fixup --- frontend/src/Widget.jsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/src/Widget.jsx b/frontend/src/Widget.jsx index 1e3a6ff..674c031 100644 --- a/frontend/src/Widget.jsx +++ b/frontend/src/Widget.jsx @@ -255,7 +255,7 @@ function Widget() { widgetApi.current = new WidgetApi(); - widgetApi.on('ready', (e) => { + widgetApi.current.on('ready', (e) => { console.log('WIDGET READY', e); }); // window.widgetApiPromise.then((api) => {