Skip to content

Commit 900b422

Browse files
committed
Fix formatting with prettier
1 parent 43890b9 commit 900b422

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

frontend/src/pages/Chat/utils/exportHelper.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ export default function exportMessages(messages: IMessage[]) {
2121
({ role, content }) =>
2222
`<p><strong>${
2323
role.charAt(0).toUpperCase() + role.slice(1)
24-
}</strong>: ${sanitizeText(content)}</p>`
24+
}</strong>: ${sanitizeText(content)}</p>`,
2525
)
2626
.join("");
2727

0 commit comments

Comments
 (0)