Skip to content

Commit

Permalink
update urls for parliamentary
Browse files Browse the repository at this point in the history
  • Loading branch information
juni-haukur committed Sep 16, 2024
1 parent 11f5a84 commit 8b05b2d
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ export const Done: Form = buildForm({
buildMessageWithLinkButtonField({
id: 'done.goToServicePortal',
title: '',
url: '/minarsidur/min-gogn/listar/medmaelasofnun',
url: '/minarsidur/min-gogn/listar/althingis-medmaelasofnun',
buttonTitle: m.linkFieldButtonTitle,
message: m.linkFieldMessage,
}),
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,10 @@ const Signees = () => {
useNamespaces('sp.signatureCollection')
const { formatMessage } = useLocale()
const { pathname } = useLocation()
const listId = pathname.replace('/min-gogn/listar/medmaelasofnun/', '')
const listId = pathname.replace(
'/min-gogn/listar/althingis-medmaelasofnun/',
'',
)

const [searchTerm, setSearchTerm] = useState('')
const { listSignees, loadingSignees } = useGetListSignees(listId)
Expand Down

0 comments on commit 8b05b2d

Please sign in to comment.