mirror of
https://github.com/a-nyx/maputnik-with-pmtiles.git
synced 2024-12-28 18:41:16 +01:00
Added missing propType.
This commit is contained in:
parent
687c08527d
commit
8ba2123a26
1 changed files with 2 additions and 1 deletions
|
@ -58,7 +58,8 @@ class ToolbarLink extends React.Component {
|
|||
class ToolbarAction extends React.Component {
|
||||
static propTypes = {
|
||||
children: PropTypes.node,
|
||||
onClick: PropTypes.func
|
||||
onClick: PropTypes.func,
|
||||
wdKey: PropTypes.string
|
||||
}
|
||||
|
||||
render() {
|
||||
|
|
Loading…
Reference in a new issue