From d90f67f7704a799ca2aebccff2373b50e153ea52 Mon Sep 17 00:00:00 2001 From: Melissa Samworth Date: Fri, 7 Jun 2024 19:24:41 -0400 Subject: [PATCH] lint --- app/components/Chatbot/ChatEntry.tsx | 8 +++++++- app/components/Chatbot/chat_entry.css | 2 +- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/app/components/Chatbot/ChatEntry.tsx b/app/components/Chatbot/ChatEntry.tsx index f98e8847..596de5d7 100644 --- a/app/components/Chatbot/ChatEntry.tsx +++ b/app/components/Chatbot/ChatEntry.tsx @@ -63,7 +63,13 @@ const UserQuery = ({content}: Entry) => ( ) -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', diff --git a/app/components/Chatbot/chat_entry.css b/app/components/Chatbot/chat_entry.css index 1f1ddcb1..8521394f 100644 --- a/app/components/Chatbot/chat_entry.css +++ b/app/components/Chatbot/chat_entry.css @@ -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 {