Skip to content
This repository was archived by the owner on Jun 24, 2022. It is now read-only.

Commit

Permalink
Fix error
Browse files Browse the repository at this point in the history
  • Loading branch information
anxolin committed Oct 18, 2021
1 parent e80f7d2 commit 34977ff
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ function GnosisSafeTxDetails(props: {
gnosisSafeThreshold: number
chainId: number
isExpired: boolean
isCancelled: isCancelled
isCancelled: boolean
}): JSX.Element | null {
const { safeTransaction, gnosisSafeThreshold, chainId, isExpired, isCancelled } = props

Expand Down

0 comments on commit 34977ff

Please sign in to comment.