Skip to content

Commit

Permalink
fix the number of directives displayed that are associated with a sna…
Browse files Browse the repository at this point in the history
…pshot
  • Loading branch information
duranb committed Nov 17, 2023
1 parent f9d961a commit a428ea0
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/routes/plans/[id]/+page.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,6 @@
import { SearchParameters } from '../../../enums/searchParameters';
import {
activityDirectives,
activityDirectivesList,
activityDirectivesMap,
resetActivityStores,
selectActivity,
Expand Down Expand Up @@ -551,7 +550,7 @@
</Nav>
{#if $planSnapshot}
<PlanSnapshotBar
numOfDirectives={$activityDirectivesList.length}
numOfDirectives={planSnapshotActivityDirectives.length}
snapshot={$planSnapshot}
on:close={onCloseSnapshotPreview}
on:restore={onRestoreSnapshot}
Expand Down

0 comments on commit a428ea0

Please sign in to comment.