Skip to content

Commit

Permalink
chore: files parse check
Browse files Browse the repository at this point in the history
  • Loading branch information
blushi committed Jul 30, 2024
1 parent 1cf6892 commit 2632ce6
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ const PostFiles = ({

useEffect(() => {
async function parseFiles() {
files.map(async file => {
files?.map(async file => {
const fileUrl = file.url;
if (fileUrl) {
const preview = await parseFile({
Expand Down

0 comments on commit 2632ce6

Please sign in to comment.