This commit is contained in:
Hugh Nimmo-Smith
2024-12-02 11:59:38 +00:00
parent 0395e5fdc9
commit ad2e012560

View File

@@ -184,7 +184,7 @@ export const widget = ((): WidgetHelpers | null => {
/**
* Whether or not we are running as a widget.
*
*
* @returns true if widget, false if SPA
*/
export const isRunningAsWidget: boolean = !!widget;