@@ -68,6 +67,9 @@ function useOnActivityUpdate(): OnActivityUpdate {
...
@@ -68,6 +67,9 @@ function useOnActivityUpdate(): OnActivityUpdate {
constupdatedOrder={...original,...update}
constupdatedOrder={...original,...update}
dispatch(updateSignature(updatedOrder))
dispatch(updateSignature(updatedOrder))
// SignatureDetails.type should not be typed as optional, but this will be fixed when we merge activity for uniswap. The default value appeases the typechecker.