Signed-off-by: Bryan Frimin <bryan@getprobo.com>
This commit is contained in:
Bryan Frimin
2026-02-20 10:15:42 +01:00
parent 16503a7df4
commit 1f484fcab0
4 changed files with 147 additions and 149 deletions

View File

@@ -132,7 +132,7 @@ export function NDAPage(props: {
useEffect(() => {
if (isCompleted) {
navigate("/overview", { replace: true });
void navigate("/overview", { replace: true });
}
}, [isCompleted, navigate]);