Skip to content

Commit

Permalink
Infoboks på slutten av treffliste
Browse files Browse the repository at this point in the history
  • Loading branch information
betsytraran committed Mar 19, 2024
1 parent 90243d4 commit c911bca
Showing 1 changed file with 5 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -119,6 +119,11 @@ export const TreffListe = ({ response, personListe, loading, error }: any) => {
<Loading label="Laster treff ..." />
</div>
)}
{personListe?.length === 200 && antallTreff > 200 && (
<Alert variant="info" size="small" inline style={{ marginTop: '20px' }}>
Viser kun de 200 første treffene. <br /> Gjør et nytt søk for å se andre treff.
</Alert>
)}
</div>
<div
style={{
Expand Down

0 comments on commit c911bca

Please sign in to comment.