Skip to content

Commit 8c04eb3

Browse files
committed
formt fix
1 parent 5455a76 commit 8c04eb3

3 files changed

Lines changed: 14 additions & 16 deletions

File tree

infrastructure/eid-wallet/src/routes/(auth)/e-passport/+page.svelte

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
<script lang="ts">
2-
import { goto } from "$app/navigation";
3-
import { Hero } from "$lib/fragments";
4-
import IdentityCard from "$lib/fragments/IdentityCard/IdentityCard.svelte";
5-
import { ButtonAction } from "$lib/ui";
2+
import { goto } from "$app/navigation";
3+
import { Hero } from "$lib/fragments";
4+
import IdentityCard from "$lib/fragments/IdentityCard/IdentityCard.svelte";
5+
import { ButtonAction } from "$lib/ui";
66
7-
const handleFinish = async () => {
8-
await goto("/main");
9-
};
7+
const handleFinish = async () => {
8+
await goto("/main");
9+
};
1010
</script>
1111

1212
<main

platforms/metagram/src/lib/fragments/SettingsNavigationButton/SettingsNavigationButton.stories.ts

Lines changed: 6 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -24,12 +24,12 @@ export const Primary = {
2424
}
2525
};
2626
export const ProfileSrc = {
27-
args: {
28-
children: ButtonText,
29-
profileSrc: "https://picsum.photos/200/300",
30-
onclick: () => alert('clicked'),
31-
hasTrailingIcon: true
32-
}
27+
args: {
28+
children: ButtonText,
29+
profileSrc: 'https://picsum.photos/200/300',
30+
onclick: () => alert('clicked'),
31+
hasTrailingIcon: true
32+
}
3333
};
3434

3535
export const Secondary = {
@@ -40,5 +40,3 @@ export const Secondary = {
4040
hasTrailingIcon: false
4141
}
4242
};
43-
44-

platforms/metagram/src/lib/icons/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,4 @@ export { default as Flash } from './Flash.svelte';
88
export { default as CommentsTwo } from './CommentsTwo.svelte';
99
export { default as Search } from './Search.svelte';
1010
export { default as Camera } from './Camera.svelte';
11-
export { default as Settings } from "./Settings.svelte";
11+
export { default as Settings } from './Settings.svelte';

0 commit comments

Comments
 (0)