mirror of
https://github.com/filecoin-project/slate.git
synced 2024-11-26 04:19:49 +03:00
tooltips: removes tooltips for now
This commit is contained in:
parent
153079a393
commit
d10181ce92
@ -35,8 +35,7 @@ export const DescriptionGroup = (props) => {
|
||||
<div style={{ maxWidth: props.full ? "auto" : "480px", ...props.style }}>
|
||||
{!Strings.isEmpty(props.label) ? (
|
||||
<div css={STYLES_DESCRIPTION_GROUP_LABEL}>
|
||||
{props.label}{" "}
|
||||
{props.tooltip ? <TooltipAnchor tooltip={props.tooltip} height="14px" style={{ paddingTop: 0 }} /> : null}
|
||||
{props.label} {props.tooltip ? null : null}
|
||||
</div>
|
||||
) : null}
|
||||
{!Strings.isEmpty(props.description) ? (
|
||||
|
Loading…
Reference in New Issue
Block a user