show skip overview just when finishing embedding

This commit is contained in:
Lucas Oliveira 2025-11-18 17:02:54 -03:00
parent 9c3ba58dff
commit c1c48c8614

View file

@ -32,7 +32,7 @@ export function ProgressBar({
</span>
</div>
<div className="flex-1 flex justify-end">
{currentStep > 0 && onSkip && (
{currentStep > 1 && onSkip && (
<Button
variant="link"
size="sm"