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:
parent
824e9ae120
commit
271f4eb55d
@ -420,7 +420,7 @@ const InputMessage = observer((props: any) => {
|
||||
}}>
|
||||
<IconPaperclip size="1rem" />
|
||||
</ActionIcon>
|
||||
</Indicator>
|
||||
</Indicator>}
|
||||
</Flex>
|
||||
}
|
||||
/>
|
||||
|
Loading…
x
Reference in New Issue
Block a user