Timothy J. Baek преди 11 месеца
родител
ревизия
0f4f01cee9
променени са 1 файла, в които са добавени 1 реда и са изтрити 1 реда
  1. 1 1
      src/lib/components/chat/Chat.svelte

+ 1 - 1
src/lib/components/chat/Chat.svelte

@@ -534,7 +534,7 @@
 										const createdAtDate = new Date(createdAtTimestamp * 1000)
 											.toISOString()
 											.split('T')[0];
-										acc.push(`${index + 1}. [${createdAtDate}]. ${doc[0]}`);
+										acc.push(`${index + 1}. [${createdAtDate}]. ${doc}`);
 										return acc;
 									}, []);
 								}