Skip to content

Commit

Permalink
fix: [lw-7632] fix rename nft folder feat
Browse files Browse the repository at this point in the history
  • Loading branch information
vetalcore committed Feb 13, 2025
1 parent 86fc244 commit 77770a9
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ export const RenameFolderDrawer = withNftsFoldersContext(

useEffect(() => {
setName(folderToRename?.name || '');
}, [folderToRename?.name]);
}, [folderToRename?.name, visible]);

const footer = (
<div className={styles.actionButtons}>
Expand Down

0 comments on commit 77770a9

Please sign in to comment.