Skip to content
This repository has been archived by the owner on Nov 5, 2024. It is now read-only.

Commit

Permalink
Tag 2113 vise tilknyttet sak for notifikasjon (#162)
Browse files Browse the repository at this point in the history
* Sakstittel i notifikasjoner - release kandidat

* Fjerner bodyshort hvis sak ikke finnes

* Bumpet mock

* Release

* Fjernet console.log(

* Update NotifikasjonListeElement.tsx

* Update StatusLinje.tsx

* Fjernet console.log(
  • Loading branch information
ebelegu authored Aug 4, 2023
1 parent 2db3de6 commit ac5128f
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 7 deletions.
4 changes: 2 additions & 2 deletions brukerapi-mock/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion brukerapi-mock/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@navikt/arbeidsgiver-notifikasjoner-brukerapi-mock",
"description": "Mocker graphql-endepunkt for brukerapi. Nyttig for utvikling av @navikt/arbeidsgiver-notifikasjon-widget.",
"repository": "github:navikt/arbeidsgiver-notifikasjon-widget",
"version": "6.2.1",
"version": "6.2.2",
"license": "MIT",
"main": "dist/notifikasjonMockMiddleware.js",
"files": [
Expand Down
4 changes: 2 additions & 2 deletions component/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion component/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@navikt/arbeidsgiver-notifikasjon-widget",
"description": "React component for notifikasjoner for arbeidsgivere",
"repository": "github:navikt/arbeidsgiver-notifikasjon-widget",
"version": "6.2.1",
"version": "6.2.2",
"main": "./lib/cjs/index.js",
"module": "./lib/esm/index.js",
"types": "./lib/esm/lib/esm/index.d.ts",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@ export const NotifikasjonListeElement = (props: Props) => {
const notifikasjon = props.notifikasjon

const date = new Date(notifikasjon.opprettetTidspunkt)
console.log("Sakstittel: ", notifikasjon.sak?.tittel)

let ikon
switch (props.notifikasjon.__typename) {
Expand Down

0 comments on commit ac5128f

Please sign in to comment.