+ )}
+ {visible.map((e, i) => {
+ const displayName = (e as any).name || (e as any).filename || (e as any).relative_path || (e as any).path || '(unknown)'
+ const isDir = e.type === 'directory' || (e as any).type === 'dir'
+ return (
+
isDir ? navigateFolder(displayName) : void 0}>
+
+ {isDir ? : }
+
+
{displayName}
+
+
+
+
+ )})}
+
+
+
+
+
+
README
+ {!readme ? (
+
+
+
No README found
+
Add a README.md to the repository to show it here.