Skip to content

Commit

Permalink
lagt til test av gh actions
Browse files Browse the repository at this point in the history
  • Loading branch information
hildeheggstad committed Jun 8, 2020
1 parent 88f18fa commit 3e3fd1d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/App/MineAnsatte/HovedBanner/HovedBanner.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ const Banner: FunctionComponent<Props> = props => {
return (
<div className="hovebanner">
<Bedriftsmeny
sidetittel="Arbeidsforhold"
sidetittel="Arbeidsforhold test av gh actions"
organisasjoner={props.organisasjoner.sort((a, b) => a.Name.localeCompare(b.Name))}
onOrganisasjonChange={onOrganisasjonChange}
history={history}
Expand Down

0 comments on commit 3e3fd1d

Please sign in to comment.