Skip to content

Commit

Permalink
revert brackets for FormAlertWithSubmitButton buttonStyles
Browse files Browse the repository at this point in the history
  • Loading branch information
cdOut committed Apr 4, 2024
1 parent fe51d46 commit d6a0524
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/FormAlertWithSubmitButton.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ function FormAlertWithSubmitButton({
errorMessageStyle,
}: FormAlertWithSubmitButtonProps) {
const styles = useThemeStyles();
const style = [!footerContent ? {} : (styles.mb3, buttonStyles)];
const style = [!footerContent ? {} : styles.mb3, buttonStyles];

return (
<FormAlertWrapper
Expand Down

0 comments on commit d6a0524

Please sign in to comment.