From 8995260373ea5f81ef6c5481e3c030086fd78339 Mon Sep 17 00:00:00 2001 From: stigus Date: Mon, 18 Sep 2023 13:23:37 +0200 Subject: [PATCH] =?UTF-8?q?Diverse=20sm=C3=A5fix=20for=20design=20og=20opp?= =?UTF-8?q?dateringer=20#deploy-test-frontend?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../pages/gruppe/PersonListe/PersonListe.tsx | 20 +++++++++---------- 1 file changed, 9 insertions(+), 11 deletions(-) diff --git a/apps/dolly-frontend/src/main/js/src/pages/gruppe/PersonListe/PersonListe.tsx b/apps/dolly-frontend/src/main/js/src/pages/gruppe/PersonListe/PersonListe.tsx index a16eed68256..1e1d48b9674 100644 --- a/apps/dolly-frontend/src/main/js/src/pages/gruppe/PersonListe/PersonListe.tsx +++ b/apps/dolly-frontend/src/main/js/src/pages/gruppe/PersonListe/PersonListe.tsx @@ -185,17 +185,15 @@ export default function PersonListe({ offset: [0, -10], }} > -
- { - setSelectedIdent(row.ident) - openKommentarModal() - event.stopPropagation() - }} - /> -
+ { + setSelectedIdent(row.ident) + openKommentarModal() + event.stopPropagation() + }} + /> ) }