Skip to content

Commit

Permalink
updates snapshot
Browse files Browse the repository at this point in the history
  • Loading branch information
comountainclimber committed Dec 24, 2018
1 parent de3d69f commit 75550f4
Showing 1 changed file with 2 additions and 25 deletions.
Original file line number Diff line number Diff line change
@@ -1,9 +1,8 @@
// Jest Snapshot v1, https://goo.gl/fbAQLP

exports[`TransactionHistoryPanel renders without crashing 1`] = `
<withData(Connect(withData(withProps(Connect(withActions(Connect(withProgress(withProgressComponents(Connect(withActions(Connect(withCall(Connect(withData(Connect(withProgress(withProps(Connect(withData(TransactionHistory))))))))))))))))))))
address="AWy7RNBVr9vDadRMK9p7i7Z1tL7GrLAxoh"
dispatch={[Function]}
<Connect(withData(Connect(withData(withProps(Connect(withActions(Connect(withProgress(withProgressComponents(Connect(withActions(Connect(withCall(Connect(withData(Connect(withProgress(withProps(Connect(withData(TransactionHistory)))))))))))))))))))))
getPendingTransactionInfo={[Function]}
store={
Object {
"clearActions": [Function],
Expand All @@ -14,27 +13,5 @@ exports[`TransactionHistoryPanel renders without crashing 1`] = `
"subscribe": [Function],
}
}
storeSubscription={
t {
"listeners": Object {
"clear": [Function],
"get": [Function],
"notify": [Function],
"subscribe": [Function],
},
"onStateChange": [Function],
"parentSub": undefined,
"store": Object {
"clearActions": [Function],
"dispatch": [Function],
"getActions": [Function],
"getState": [Function],
"replaceReducer": [Function],
"subscribe": [Function],
},
"unsubscribe": [Function],
}
}
wif="L4SLRcPgqNMAMwM3nFSxnh36f1v5omjPg3Ewy1tg2PnEon8AcHou"
/>
`;

0 comments on commit 75550f4

Please sign in to comment.