We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b621865 commit 5ab6ef8Copy full SHA for 5ab6ef8
src/components/Routes/BottomBar.js
@@ -11,7 +11,7 @@ function BottomBarWithProps ({ network, queue, uiState }) {
11
} else if (localNetwork && localNetwork.lifecycle === 'started') {
12
txs = queue.getIn([localNetwork.params.id, 'txs'])
13
}
14
- return <BottomBar txs={txs} />
+ return <BottomBar secretName='Mnemonic' txs={txs} />
15
16
17
export default connect(['queue', 'network', 'uiState'])(BottomBarWithProps)
0 commit comments