mirror of
https://github.com/muerwre/vault-frontend.git
synced 2025-04-24 20:36:40 +07:00
fixed key warnings
This commit is contained in:
parent
b23c136cbe
commit
2d034f2fbb
1 changed files with 1 additions and 6 deletions
|
@ -83,12 +83,7 @@ const Button: FC<IButtonProps> = memo(
|
|||
title ? <span>{title}</span> : children || null,
|
||||
iconRight && <Icon icon={iconRight} size={20} key={2} className={styles.icon_right} />,
|
||||
!!label && (
|
||||
<span
|
||||
ref={tooltip}
|
||||
className={styles.tooltip}
|
||||
style={pop.styles.popper}
|
||||
{...pop.attributes.popper}
|
||||
>
|
||||
<span ref={tooltip} className={styles.tooltip} style={pop.styles.popper} key="tooltip">
|
||||
{label}
|
||||
</span>
|
||||
),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue