Skip to content

Commit

Permalink
fix: ノートの期間指定での時間指定を反映(shiosyakeyakini-info#681)
Browse files Browse the repository at this point in the history
  • Loading branch information
4ster1sk committed Nov 21, 2024
1 parent b7c23bb commit 16f97d8
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions lib/view/user_page/user_notes.dart
Original file line number Diff line number Diff line change
Expand Up @@ -113,9 +113,9 @@ class UserNotes extends HookConsumerWidget {
result.year,
result.month,
result.day,
23,
59,
59,
result.hour,
result.minute,
result.second,
999,
);
}
Expand Down

0 comments on commit 16f97d8

Please sign in to comment.