interface: added isAdmin to props as well

This commit is contained in:
Logan Allen 2021-06-03 20:43:09 -05:00
parent a92c749ce6
commit c7f34b913b

View File

@ -408,6 +408,7 @@ function ChatMessage(props: ChatMessageProps) {
isPending = false,
style,
isLastMessage,
isAdmin,
api,
showOurContact,
hideHover,