Skip to content

Commit 5ab6ef8

Browse files
committed
Update BottomBar.js
1 parent b621865 commit 5ab6ef8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/Routes/BottomBar.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ function BottomBarWithProps ({ network, queue, uiState }) {
1111
} else if (localNetwork && localNetwork.lifecycle === 'started') {
1212
txs = queue.getIn([localNetwork.params.id, 'txs'])
1313
}
14-
return <BottomBar txs={txs} />
14+
return <BottomBar secretName='Mnemonic' txs={txs} />
1515
}
1616

1717
export default connect(['queue', 'network', 'uiState'])(BottomBarWithProps)

0 commit comments

Comments
 (0)