Add peer management to the Status tab (#5566)
* Add peer management to the Status tab * Fix propTypes issue
This commit is contained in:
committed by
Gav Wood
parent
945c1a9478
commit
0f1a857576
@@ -27,7 +27,8 @@ const bodyStyle = {
|
||||
backgroundColor: darkBlack,
|
||||
borderStyle: 'solid',
|
||||
borderColor: grey800,
|
||||
borderWidth: '1px 1px 0 1px'
|
||||
borderWidth: '1px 1px 0 1px',
|
||||
minWidth: 0
|
||||
};
|
||||
|
||||
class Snackbar extends Component {
|
||||
|
||||
Reference in New Issue
Block a user