Fix conditional rendering of Indicator in InputMessage component

- Corrected the placement of the closing brace for the conditional rendering of the Indicator component in the InputMessage component.
This commit is contained in:
Rankin Zheng 2023-08-25 11:35:20 +08:00
parent 824e9ae120
commit 271f4eb55d

View File

@ -420,7 +420,7 @@ const InputMessage = observer((props: any) => {
}}>
<IconPaperclip size="1rem" />
</ActionIcon>
</Indicator>
</Indicator>}
</Flex>
}
/>