Skip to content

Commit

Permalink
lint prettier
Browse files Browse the repository at this point in the history
  • Loading branch information
JeffGreiner-eaton committed Mar 5, 2024
1 parent 8d13bac commit ec39c8e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion login-workflow/src/components/Error/ErrorManager.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ const ErrorManager: React.FC<ErrorManagerProps> = (props): JSX.Element => {
sx={dialogConfig?.sx}
/>
),
[dialogConfig, title, error, onClose, t]
[dialogConfig, dismissLabel, title, error, onClose, t]
);

const ErrorMessageBoxWithProps = useCallback((): JSX.Element => {
Expand Down

0 comments on commit ec39c8e

Please sign in to comment.