diff --git a/src/lib/components/page/profile/investor/Investment.History.Main.svelte b/src/lib/components/page/profile/investor/Investment.History.Main.svelte index 4e5c06f4d..9829d31f1 100644 --- a/src/lib/components/page/profile/investor/Investment.History.Main.svelte +++ b/src/lib/components/page/profile/investor/Investment.History.Main.svelte @@ -52,7 +52,9 @@ // ╰────────────────────────────────────────────────────────────────────────╯ export let - /** @augments IProfileData */ + /** + * @augments IProfileData + */ profileData: IProfileData | null ; @@ -297,7 +299,10 @@ --> - {#each [...profileData?.tx_hist?? [], ...profileData?.tx_hist ?? []] ?? [] as item} + + + + {#each profileData?.tx_hist?.filter(x => {return x.type == 'investment'}) ?? [] as item} {#if item.type == 'investment'}