Skip to content

Commit

Permalink
Merge branch 'master' into kort-søknad_bruker-kan-legge-kategorier-på…
Browse files Browse the repository at this point in the history
…-dokumenter-som-opplastes-under-Annet
  • Loading branch information
joeldlin committed Dec 11, 2024
2 parents e66d8a9 + f1c8c4d commit 060c9bc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/sider/01-personalia/TelefonShow.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -24,10 +24,10 @@ export const TelefonShow = ({onEdit}: {onEdit?: () => void}) => {
</SysteminfoItem>
);
return (
<>
<div>
{t("kontakt.system.telefoninfo.ingeninfo")} <br />
{onEdit && <PersonaliaEditKnapp onClick={onEdit} />}
</>
</div>
);
});
};

0 comments on commit 060c9bc

Please sign in to comment.