Skip to content

Commit

Permalink
fix: type errors
Browse files Browse the repository at this point in the history
  • Loading branch information
Dogtiti committed Apr 29, 2023
1 parent 9180f33 commit db35f25
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 1 deletion.
Empty file modified .husky/commit-msg
100644 → 100755
Empty file.
Empty file modified .husky/pre-commit
100644 → 100755
Empty file.
1 change: 0 additions & 1 deletion src/pages/agent/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,6 @@ const AgentPage: NextPage = () => {
<ChatWindow
messages={messages}
title={getAgent?.data?.name}
showDonation={false}
className="min-h-[80vh] md:w-[80%]"
fullscreen
/>
Expand Down

0 comments on commit db35f25

Please sign in to comment.