diff --git a/frontend/src/ts/popups/quote-rate-popup.ts b/frontend/src/ts/popups/quote-rate-popup.ts index 2a2161473..8a7be5300 100644 --- a/frontend/src/ts/popups/quote-rate-popup.ts +++ b/frontend/src/ts/popups/quote-rate-popup.ts @@ -54,7 +54,7 @@ export async function getQuoteStats( return; } - if (response.data === undefined) { + if (response.data === null) { return {} as QuoteStats; }