@@ -16,6 +16,7 @@ export const SendButton = (props: SendButtonProps) => {
|
||||
return (
|
||||
<Button type="submit" {...others}>
|
||||
{(isMobile() && !local.disableIcon) ||
|
||||
!props.children ||
|
||||
(typeof props.children === 'string' && isEmpty(props.children)) ? (
|
||||
<SendIcon
|
||||
class={'send-icon flex ' + (local.disableIcon ? 'hidden' : '')}
|
||||
|
||||
Reference in New Issue
Block a user