Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
PintoGideon committed Feb 16, 2024
1 parent b2aba27 commit aa8ad5b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/LibraryCopy/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ export const fetchFoldersUnderThisPath = async (path?: string) => {
path,
});

const parsedUpload = uploads?.uploads.data[0].subfolders
const parsedUpload = uploads?.data[0].subfolders
? JSON.parse(uploads.data[0].subfolders)
: [];

Expand Down

0 comments on commit aa8ad5b

Please sign in to comment.