Skip to content

Commit

Permalink
Sort props alphabetically
Browse files Browse the repository at this point in the history
  • Loading branch information
alimpens committed Nov 25, 2024
1 parent eb83725 commit 59e780a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/NextButton/NextButton.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,8 @@ const NextButton = ({ className = '', children, onClick }: Props) => (
className={className}
data-testid="next-button"
onClick={onClick}
type="submit"
taskflow={!appMode}
type="submit"
variant={appMode ? 'primary' : 'secondary'}
>
{children}
Expand Down

0 comments on commit 59e780a

Please sign in to comment.