Skip to content

Commit

Permalink
r - nu skal rediger knappen se ordentlig ut når søker ikke har et tel…
Browse files Browse the repository at this point in the history
…efonnummer fra før av
  • Loading branch information
joeldlin committed Dec 10, 2024
1 parent 8e08227 commit f1c8c4d
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 f1c8c4d

Please sign in to comment.