From 4c287b54ce894674a22a9e75b4c74e87895b2bc0 Mon Sep 17 00:00:00 2001 From: anovazzi1 Date: Tue, 25 Apr 2023 23:47:55 -0300 Subject: [PATCH] set file extension to .png --- .../src/modals/chatModal/chatInput/index.tsx | 12 ++++++------ .../src/modals/chatModal/fileComponent/index.tsx | 2 +- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/src/frontend/src/modals/chatModal/chatInput/index.tsx b/src/frontend/src/modals/chatModal/chatInput/index.tsx index 7b371edb1..0af622173 100644 --- a/src/frontend/src/modals/chatModal/chatInput/index.tsx +++ b/src/frontend/src/modals/chatModal/chatInput/index.tsx @@ -8,12 +8,12 @@ export default function ChatInput({ sendMessage, setChatValue, }: { - lockChat:boolean; - chatValue:string; - sendMessage:Function; - setChatValue:Function; + lockChat: boolean; + chatValue: string; + sendMessage: Function; + setChatValue: Function; }) { - const inputRef = useRef(null); + const inputRef = useRef(null); return ( <>