Skip to content
This repository was archived by the owner on Mar 17, 2021. It is now read-only.

Commit 5041b66

Browse files
author
Odd Einar Hoel
committed
Remove unused prop
1 parent 992c41c commit 5041b66

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/app/containers/SøknadContainer.tsx

+1-2
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@ import CancelButton from 'components/cancel-button/CancelButton';
1313
import EngangsstonadSoknad from '../types/domain/EngangsstonadSoknad';
1414
import { DispatchProps } from 'common/redux/types';
1515
import UtløptSesjonModal from 'components/utløpt-sesjon-modal/UtløptSesjonModal';
16-
import { lenker } from 'util/lenker';
1716
const { ValidForm } = require('./../lib') as any;
1817
import { AppState } from 'reducers/reducers';
1918
import { Language } from 'intl/IntlProvider';
@@ -102,7 +101,7 @@ class SøknadContainer extends React.Component<Props> {
102101
{fortsettKnappLabel}
103102
</Hovedknapp>
104103
)}
105-
<CancelButton redirect={lenker.dittNav} />
104+
<CancelButton />
106105
</ValidForm>
107106
<UtløptSesjonModal erÅpen={sessionHasExpired} />
108107
</>

0 commit comments

Comments
 (0)