Skip to content

Commit ee215d9

Browse files
author
Ruben van Leeuwen
committed
1719: Removes debugging code
1 parent 9dc37c0 commit ee215d9

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

frontend/packages/pydantic-forms/src/components/render/RenderForm.tsx

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,6 @@
77
*/
88
import React from 'react';
99

10-
import Link from 'next/link';
11-
1210
import { componentMatcher } from '@/components/componentMatcher';
1311
import Footer from '@/components/form/Footer';
1412
import RenderFormErrors from '@/components/render/RenderFormErrors';
@@ -60,10 +58,7 @@ const RenderForm = (contextProps: PydanticFormContextProps) => {
6058
}
6159

6260
return (
63-
<div>
64-
{successNotice ?? 'Je inzending is succesvol ontvangen'}
65-
<Link href="/">overnieuw</Link>
66-
</div>
61+
<div>{successNotice ?? 'Je inzending is succesvol ontvangen'}</div>
6762
);
6863
}
6964

0 commit comments

Comments
 (0)