Timothy Jaeryang Baek 4 weeks ago
parent
commit
bbe6564bfd

+ 1 - 1
src/lib/components/chat/Messages/ResponseMessage/StatusHistory/StatusItem.svelte

@@ -22,7 +22,7 @@
 						<!-- $i18n.t("Generating search query") -->
 						<!-- $i18n.t("No search query generated") -->
 						<!-- $i18n.t('Searched {{count}} sites') -->
-						{#if status?.description.includes('{{count}}')}
+						{#if status?.description?.includes('{{count}}')}
 							{$i18n.t(status?.description, {
 								count: (status?.urls || status?.items).length
 							})}