Skip to content

Commit

Permalink
refactor: fix format
Browse files Browse the repository at this point in the history
  • Loading branch information
evegufy committed Sep 11, 2024
1 parent 83fb8aa commit 9844fdc
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions src/components/pages/EdcConnector/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -539,7 +539,9 @@ const EdcConnector = () => {
title={getSuccessTitle()}
intro={getSuccessIntro()}
dialogOpen
handleCallback={() => { resetSuccessErrorOverlayState() }}
handleCallback={() => {
resetSuccessErrorOverlayState()
}}
>
<Typography variant="body2"></Typography>
</ServerResponseOverlay>
Expand All @@ -552,7 +554,9 @@ const EdcConnector = () => {
iconComponent={
<ErrorOutlineIcon sx={{ fontSize: 60 }} color="error" />
}
handleCallback={() => { resetSuccessErrorOverlayState() }}
handleCallback={() => {
resetSuccessErrorOverlayState()
}}
>
<Typography variant="body2"></Typography>
</ServerResponseOverlay>
Expand Down

0 comments on commit 9844fdc

Please sign in to comment.