Jiseoup/showmycodePublic
EN|KO
  • Code
  • Commits
  • Pull Requests
← Back to list

chore: apply Prettier formatting to FileTree

JiseoupJiseoup · May 12, 20265e71b74

Files changed1+1 -3

Changed files

+1 -3 · 1

@@ -227,9 +227,7 @@ export function FileTree({
aria-hidden
>
<path fillRule="evenodd" clipRule="evenodd" d="M9 9H4v1h5V9z" />
- {allExpanded && (
- <path fillRule="evenodd" clipRule="evenodd" d="M7 12V7H6v5h1z" />
- )}
+ {allExpanded && <path fillRule="evenodd" clipRule="evenodd" d="M7 12V7H6v5h1z" />}
<path
fillRule="evenodd"
clipRule="evenodd"