diff --git a/sparkle/src/components/Tree.tsx b/sparkle/src/components/Tree.tsx index 0837605fe7db..b89c5abe6e34 100644 --- a/sparkle/src/components/Tree.tsx +++ b/sparkle/src/components/Tree.tsx @@ -172,7 +172,7 @@ Tree.Item = function ({ }} /> )} - {type === "leaf" &&
} + {type === "leaf" &&
} {checkbox && }