Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
melissasamworth committed Jun 7, 2024
1 parent 69b30e5 commit d90f67f
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
8 changes: 7 additions & 1 deletion app/components/Chatbot/ChatEntry.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,13 @@ const UserQuery = ({content}: Entry) => (
</div>
)

const ReferenceSummary = ({title, authors, source, url, titleClass}: Citation & {titleClass?: string}) => {
const ReferenceSummary = ({
title,
authors,
source,
url,
titleClass,
}: Citation & {titleClass?: string}) => {
const referenceSources = {
arxiv: 'Scientific paper',
blogs: 'Blogpost',
Expand Down
2 changes: 1 addition & 1 deletion app/components/Chatbot/chat_entry.css
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ article.stampy {
max-width: unset;
margin-left: var(--spacing-56);
margin-bottom: var(--spacing-24);
border-radius: var(--border-radius)
border-radius: var(--border-radius);
}

.chat-entry .title {
Expand Down

0 comments on commit d90f67f

Please sign in to comment.