Timothy J. Baek hace 11 meses
padre
commit
2bbaf1234c
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      src/lib/components/chat/Messages/RateComment.svelte

+ 1 - 1
src/lib/components/chat/Messages/RateComment.svelte

@@ -47,7 +47,7 @@
 
 	onMount(() => {
 		selectedReason = message?.annotation?.reason ?? '';
-		comment = message?.annotation?.comment;
+		comment = message?.annotation?.comment ?? '';
 		loadReasons();
 	});