Skip to content

Commit

Permalink
Update RevokePermissions-flow.tsx
Browse files Browse the repository at this point in the history
  • Loading branch information
LeonmanRolls committed Jul 11, 2024
1 parent f4a93b8 commit 339853d
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -375,7 +375,8 @@ const RevokePermissions = ({ data, transactions, onDismiss, dispatch }: Props) =
))
.with('revokeChangeFusesWarning', () => (
<RevokeChangeFusesWarningView {...dialogContentProps} />
))}
))
.exhaustive()}
<Dialog.Footer
leading={
<Button colorStyle="accentSecondary" onClick={onDecrementIndex}>
Expand Down

0 comments on commit 339853d

Please sign in to comment.