Trailing whitespace

This commit is contained in:
JohnnyB 2024-04-25 10:21:13 +01:00 committed by GitHub
parent c7c03260f6
commit 43daf2fe3c
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -1029,7 +1029,7 @@
<section id="write">
<${session.value.type === 'chat' ? MessageInput : CompletionControls} />
</section>
<main id="content">
<${chatStarted.value ? ChatLog : ConfigForm} />
</main>