fix: question mark appearing next to unrated quotes

This commit is contained in:
Miodec 2024-02-15 23:14:11 +01:00
parent 8fd3889dc8
commit 197f2c36cf

View file

@ -54,7 +54,7 @@ export async function getQuoteStats(
return;
}
if (response.data === undefined) {
if (response.data === null) {
return {} as QuoteStats;
}