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" />
|
<IconPaperclip size="1rem" />
|
||||||
</ActionIcon>
|
</ActionIcon>
|
||||||
</Indicator>
|
</Indicator>}
|
||||||
</Flex>
|
</Flex>
|
||||||
}
|
}
|
||||||
/>
|
/>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user