aboutsummaryrefslogtreecommitdiff
path: root/extension/src/Folder.tsx
diff options
context:
space:
mode:
Diffstat (limited to 'extension/src/Folder.tsx')
-rw-r--r--extension/src/Folder.tsx2
1 files changed, 1 insertions, 1 deletions
diff --git a/extension/src/Folder.tsx b/extension/src/Folder.tsx
index 37f5cf6..06e8b30 100644
--- a/extension/src/Folder.tsx
+++ b/extension/src/Folder.tsx
@@ -6,7 +6,7 @@ function Folder (props: {data: BookmarkTreeNode}) {
<details open className="folder">
<summary>{props.data.title}</summary>
<div>
- {
+ {
props.data.children &&
props.data.children.map(child =>
child.children