refactor: settings route, link, component

This commit is contained in:
plebeius.eth
2024-05-09 16:04:24 +02:00
parent c0a703015d
commit 59365df71a
12 changed files with 101 additions and 113 deletions
+1 -1
View File
@@ -27,7 +27,7 @@ const useReplyModal = () => {
setShowReplyModal(true);
}
},
[activeCid, closeModal, isMobile],
[activeCid, isMobile],
);
return { activeCid, closeModal, openReplyModal, scrollY, showReplyModal };