diff --git a/src/popup/Popup.jsx b/src/popup/Popup.jsx index f2bf0dd..605b164 100644 --- a/src/popup/Popup.jsx +++ b/src/popup/Popup.jsx @@ -39,6 +39,7 @@ function GeneralPart({ config, updateConfig }) { }, }) if (response.ok) setBalance((await response.json()).total_available.toFixed(2)) + else openUrl('https://platform.openai.com/account/usage') } return (