Skip to content
This repository was archived by the owner on Apr 12, 2023. It is now read-only.

Commit 6075cfd

Browse files
committed
vise veiledningstekster kun på utfyllingssteget
1 parent b446c4f commit 6075cfd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/pages/form.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -310,7 +310,7 @@ export default function Page() {
310310
{currentStep == 0 && <p>Laster</p>}
311311
{showReceipt && <Receipt />}
312312
{!showReceipt && <CancelButton />}
313-
{currentStep != 0 && <Guidance />}
313+
{currentStep == 3 && <Guidance />}
314314
</main>
315315
);
316316
}

0 commit comments

Comments
 (0)