From 3f477e8dfb3ba67ca13d02869e99e57daed2075d Mon Sep 17 00:00:00 2001 From: gibbyb Date: Mon, 21 Oct 2024 12:32:53 -0500 Subject: [PATCH] I believe most errors are fixed. Rewrite is basically complete --- components/chat/AccessoryBar.tsx | 1 - components/chat/CustomView.tsx | 2 +- components/home/RelationshipView.tsx | 18 +++++++++--------- constants/APIs.ts | 4 ++++ 4 files changed, 14 insertions(+), 11 deletions(-) diff --git a/components/chat/AccessoryBar.tsx b/components/chat/AccessoryBar.tsx index 04e04a6..6591552 100644 --- a/components/chat/AccessoryBar.tsx +++ b/components/chat/AccessoryBar.tsx @@ -11,7 +11,6 @@ import { export default class AccessoryBar extends React.Component { render () { const { onSend, isTyping } = this.props; - return (