Skip to content

Commit

Permalink
Diverse småfix for design og oppdateringer
Browse files Browse the repository at this point in the history
#deploy-test-frontend
  • Loading branch information
stigus committed Sep 18, 2023
1 parent e3c99dd commit 8995260
Showing 1 changed file with 9 additions and 11 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -185,17 +185,15 @@ export default function PersonListe({
offset: [0, -10],
}}
>
<div style={{ textAlign: 'center' }}>
<Icon
kind="kommentar"
size={20}
onClick={(event) => {
setSelectedIdent(row.ident)
openKommentarModal()
event.stopPropagation()
}}
/>
</div>
<Icon
kind="kommentar"
size={20}
onClick={(event) => {
setSelectedIdent(row.ident)
openKommentarModal()
event.stopPropagation()
}}
/>
</DollyTooltip>
)
}
Expand Down

0 comments on commit 8995260

Please sign in to comment.