@ -140,18 +140,18 @@ const ConfigPopup: FC<PopupProps> = ({
const configuredProviderPanel = () => {
const configuredPanels: JSX.Element[] = []
if (weaveConfig)
configuredPanels.push(weavePanel)
if (langFuseConfig)
configuredPanels.push(langfusePanel)
if (langSmithConfig)
configuredPanels.push(langSmithPanel)
if (opikConfig)
configuredPanels.push(opikPanel)
return configuredPanels
}