Skip to content

Commit 09e2ea0

Browse files
authored
Hent janzz tittel til combobox (#252)
1 parent 6f11e18 commit 09e2ea0

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

.github/workflows/deploy.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ jobs:
4545
deploy-til-dev:
4646
name: Deploy til dev-gcp
4747
needs: bygg-og-push-docker-image
48-
if: github.event_name == 'workflow_dispatch' || github.ref == 'refs/heads/master' || github.ref == 'refs/heads/janzz'
48+
if: github.event_name == 'workflow_dispatch' || github.ref == 'refs/heads/master' || github.ref == 'refs/heads/janzz2'
4949
runs-on: ubuntu-latest
5050
steps:
5151
- uses: actions/checkout@v3

src/stilling/stilling/edit/om-stillingen/OmStillingen.tsx

+6-1
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,12 @@ const OmStillingen = ({ stilling, erFormidling }: Props) => {
3434

3535
return (
3636
<>
37-
<Janzz tittel={stilling.title} />
37+
<Janzz
38+
tittel={
39+
stilling.categoryList?.find(({ categoryType }) => categoryType === 'JANZZ')
40+
?.name ?? ''
41+
}
42+
/>
3843
{!erFormidling && (
3944
<div>
4045
<Skjemalabel påkrevd inputId="endre-stilling-annonsetekst">

0 commit comments

Comments
 (0)