Ran prettier

This commit is contained in:
DrMint 2022-03-13 18:23:32 +01:00
parent 0c8f330f5a
commit abeb078bdd
1 changed files with 0 additions and 1 deletions

View File

@ -11,7 +11,6 @@ export default function ToolTip(props: ToolTipProps): JSX.Element {
if (newProps.interactive === undefined) newProps.interactive = true; if (newProps.interactive === undefined) newProps.interactive = true;
if (newProps.animation === undefined) newProps.animation = "scale-subtle"; if (newProps.animation === undefined) newProps.animation = "scale-subtle";
return ( return (
<Tippy className={`text-[80%] ${newProps.className}`} {...newProps}> <Tippy className={`text-[80%] ${newProps.className}`} {...newProps}>
<div>{props.children}</div> <div>{props.children}</div>