diff --git a/apps/dolly-frontend/src/main/js/src/pages/tenorSoek/resultatVisning/TreffListe.tsx b/apps/dolly-frontend/src/main/js/src/pages/tenorSoek/resultatVisning/TreffListe.tsx index deb4f79879d..f70af845adc 100644 --- a/apps/dolly-frontend/src/main/js/src/pages/tenorSoek/resultatVisning/TreffListe.tsx +++ b/apps/dolly-frontend/src/main/js/src/pages/tenorSoek/resultatVisning/TreffListe.tsx @@ -119,6 +119,11 @@ export const TreffListe = ({ response, personListe, loading, error }: any) => { )} + {personListe?.length === 200 && antallTreff > 200 && ( + + Viser kun de 200 første treffene.
Gjør et nytt søk for å se andre treff. +
+ )}