Skip to content

Commit

Permalink
chore: lint
Browse files Browse the repository at this point in the history
Signed-off-by: David Dal Busco <[email protected]>
  • Loading branch information
peterpeterparker committed Nov 17, 2023
1 parent dbf9cf5 commit 802b700
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
import { i18nFormat } from '$lib/utils/i18n.utils';
import { formatTCycles } from '$lib/utils/cycles.utils';
export let segment: 'mission_control' | 'orbiter';
export let segment: 'satellite' | 'orbiter';
export let currentCycles: bigint;
export let deleteFn: (params: {
missionControlId: Principal;
Expand Down

0 comments on commit 802b700

Please sign in to comment.