Skip to content

Commit

Permalink
fix: pass renoting note to menu button
Browse files Browse the repository at this point in the history
  • Loading branch information
poppingmoon committed Nov 22, 2024
1 parent df8fdba commit d88fd1e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/view/widget/note_footer.dart
Original file line number Diff line number Diff line change
Expand Up @@ -170,7 +170,7 @@ class NoteFooter extends HookConsumerWidget {
),
_MenuButton(
account: account,
note: appearNote,
note: note,
disableHeader: disableHeader,
focusPostForm: focusPostForm,
),
Expand Down

0 comments on commit d88fd1e

Please sign in to comment.