Skip to content

Commit

Permalink
Legger til måling om Dine utbetalinger panel vises (#728)
Browse files Browse the repository at this point in the history
  • Loading branch information
joeldlin authored Oct 4, 2023
1 parent 643dc51 commit aafb176
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/saksoversikt/dineUtbetalinger/DineUtbetalingerPanel.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,11 @@ import styles from "./dineUtbetalingerPanel.module.css";
import {BodyShort, Heading, LinkPanel} from "@navikt/ds-react";
import {useTranslation} from "next-i18next";
import Link from "next/link";
import {logButtonOrLinkClick} from "../../utils/amplitude";
import {logAmplitudeEvent, logButtonOrLinkClick} from "../../utils/amplitude";

const DineUtbetalingerPanel: React.FC = () => {
const {t} = useTranslation("utbetalinger");
logAmplitudeEvent("Dine utbetalinger panel vises");

return (
<Link href="/utbetaling" legacyBehavior passHref>
Expand Down

0 comments on commit aafb176

Please sign in to comment.