Fix preflight NameError, clean up debug logs, remove redundant voice button, fix Tooltip warning
This commit is contained in:
@@ -63,7 +63,7 @@ export const PrimaryButton = React.forwardRef<HTMLButtonElement, PrimaryButtonPr
|
||||
|
||||
return tooltip ? (
|
||||
<Tooltip title={tooltip} arrow>
|
||||
{button}
|
||||
<span style={{ display: "inline-flex" }}>{button}</span>
|
||||
</Tooltip>
|
||||
) : (
|
||||
button
|
||||
|
||||
Reference in New Issue
Block a user