Skip to content

Commit

Permalink
refactor: ♻️ remove duplicate store code
Browse files Browse the repository at this point in the history
  • Loading branch information
seancfong committed May 31, 2024
1 parent d2b501a commit f6e3e19
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/lib/components/availability/PersonalAvailability.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@
import {
availabilityDates,
availabilityTimeBlocks,
guestSession,
isEditingAvailability,
isStateUnsaved,
} from "$lib/stores/availabilityStores";
Expand Down Expand Up @@ -153,8 +152,6 @@
}
onMount(async () => {
$guestSession.meetingId = data.meetingId ?? "";
lastPage = Math.floor(($availabilityDates.length - 1) / itemsPerPage);
});
</script>
Expand Down

0 comments on commit f6e3e19

Please sign in to comment.