Skip to content

Commit

Permalink
Fix typecheck error
Browse files Browse the repository at this point in the history
  • Loading branch information
joel-jeremy committed Jan 8, 2025
1 parent 63ea1c5 commit 5e565ef
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ export function TransferOwnership({
}
},
);
}, [userData.userId, currentFile?.owner, t, dispatch]);
}, [userData?.userId, currentFile?.owner, t, dispatch]);

async function onSave() {
if (cloudFileId) {
Expand Down

0 comments on commit 5e565ef

Please sign in to comment.