diff --git a/pwa/src/services/getConfig.ts b/pwa/src/services/getConfig.ts index f14fb4cd..917c2e5e 100644 --- a/pwa/src/services/getConfig.ts +++ b/pwa/src/services/getConfig.ts @@ -6,7 +6,7 @@ import BarendrechtAccept from "./../../static/configFiles/municipalities/barendr import Buren from "./../../static/configFiles/municipalities/buren/buren.json"; import BurenAccept from "./../../static/configFiles/municipalities/buren/buren-accept.json"; import Dinkelland from "./../../static/configFiles/municipalities/dinkelland/dinkelland.json"; -import DinkellandAccept from "./../../static/configFiles/municipalities/dinkelland/dinkelland.json"; +import DinkellandAccept from "./../../static/configFiles/municipalities/dinkelland/dinkelland-accept.json"; import Epe from "./../../static/configFiles/municipalities/epe/epe.json"; import EpeAccept from "./../../static/configFiles/municipalities/epe/epe-accept.json"; import GooiseMeren from "./../../static/configFiles/municipalities/gooise-meren/gooise-meren.json"; diff --git a/pwa/src/templates/wooItemDetailTemplate/WOOItemDetailTemplate.tsx b/pwa/src/templates/wooItemDetailTemplate/WOOItemDetailTemplate.tsx index 03b776ee..697d9260 100644 --- a/pwa/src/templates/wooItemDetailTemplate/WOOItemDetailTemplate.tsx +++ b/pwa/src/templates/wooItemDetailTemplate/WOOItemDetailTemplate.tsx @@ -205,6 +205,25 @@ export const WOOItemDetailTemplate: React.FC = ({ wo )} + {getItems.data.metadata?.verzoek?.convenant && getItems.data.metadata?.verzoek?.convenant?.url && ( + + {t("Convenant")} + + + {getItems.data.metadata?.verzoek?.convenant?.titel ?? + getPDFName(getItems.data.metadata?.verzoek?.convenant?.url)} + + + + )} + {getItems.data.metadata?.verzoek?.besluit && getItems.data.metadata?.verzoek?.besluit?.url && (