Skip to content

Commit

Permalink
comma
Browse files Browse the repository at this point in the history
  • Loading branch information
kate-kazantseva committed Sep 26, 2024
1 parent 674fa45 commit aae1d22
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/CompleteOptions.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ export function CompleteOptions({
<Button
handleClick={handleSave}
primaryText={formatMessage(
completeOptionsMessages.saveButtonPrimary
completeOptionsMessages.saveButtonPrimary,
)}
type="submit"
{...(orderedSelections.length === 0 ? { initialFocus: true } : {})}
Expand Down

0 comments on commit aae1d22

Please sign in to comment.