Skip to content

Commit

Permalink
chore: clippy
Browse files Browse the repository at this point in the history
  • Loading branch information
JoelBeicher committed Jan 7, 2025
1 parent 1258205 commit a3c9be4
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/use_calendar.rs
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,6 @@ pub fn use_calendar_with_options(
first_day_of_the_week,
} = options;
let (date, _set_date) = date.into_signal();
let first_day_of_the_week = first_day_of_the_week.into_signal();

let show_date = RwSignal::new(date.get_untracked().unwrap_or(Local::now().date_naive()));
Effect::new(move |_| {
Expand Down

0 comments on commit a3c9be4

Please sign in to comment.