mirror of
https://github.com/status-im/safe-react.git
synced 2025-02-17 12:07:09 +00:00
flow type fix
This commit is contained in:
parent
3d7bce8d0d
commit
beff6cfdd6
@ -32,7 +32,7 @@ type SafeProps = {
|
|||||||
}
|
}
|
||||||
|
|
||||||
type State = {
|
type State = {
|
||||||
component: React$Node,
|
component?: React$Node,
|
||||||
}
|
}
|
||||||
|
|
||||||
const listStyle = {
|
const listStyle = {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user