Skip to content

Commit

Permalink
fix: "Edit cover" function is not called (#1354)
Browse files Browse the repository at this point in the history
  • Loading branch information
br14n-sol authored Dec 15, 2024
1 parent ecb3875 commit 54a3feb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/screens/novel/components/NovelAppbar.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -189,7 +189,7 @@ const NovelAppbar = ({
}}
onPress={() => {
showExtraMenu(false);
setCustomNovelCover;
setCustomNovelCover();
}}
/>
</Menu>
Expand Down

0 comments on commit 54a3feb

Please sign in to comment.