Skip to content

Commit

Permalink
temporary fix for listing folders
Browse files Browse the repository at this point in the history
  • Loading branch information
paulclindo committed Dec 31, 2024
1 parent ea4e3ed commit 0cd4145
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -167,7 +167,7 @@ export const FolderSelectionList = () => {
key={idx}
/>
))}
{VRFiles?.child_folders.map((folder) => {
{VRFiles?.map((folder) => {
return (
<button
className={cn(
Expand Down

0 comments on commit 0cd4145

Please sign in to comment.