Skip to content

Commit

Permalink
exposes component to ui
Browse files Browse the repository at this point in the history
  • Loading branch information
yhabib committed Dec 5, 2024
1 parent 3848191 commit 9282d80
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions frontend/src/lib/components/header/AccountMenu.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
import LoginIconOnly from "./LoginIconOnly.svelte";
import Logout from "./Logout.svelte";
import { IconUser, Popover } from "@dfinity/gix-components";
import ExportIcpTransactionsButton from "$lib/components/header/ExportIcpTransactionsButton.svelte";
let visible = false;
let button: HTMLButtonElement | undefined;
Expand Down Expand Up @@ -43,6 +44,7 @@

{#if $ENABLE_EXPORT_NEURONS_REPORT}
<ExportNeuronsButton on:nnsExportNeuronsCsvTriggered={toggle} />
<ExportIcpTransactionsButton on:nnsExportIcpTransactionsCsvTriggered={toggle} />
{/if}

<Logout on:nnsLogoutTriggered={toggle} />
Expand Down

0 comments on commit 9282d80

Please sign in to comment.