mirror of
https://github.com/a-nyx/maputnik-with-pmtiles.git
synced 2024-12-29 10:20:30 +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 {
|
class ToolbarAction extends React.Component {
|
||||||
static propTypes = {
|
static propTypes = {
|
||||||
children: PropTypes.node,
|
children: PropTypes.node,
|
||||||
onClick: PropTypes.func
|
onClick: PropTypes.func,
|
||||||
|
wdKey: PropTypes.string
|
||||||
}
|
}
|
||||||
|
|
||||||
render() {
|
render() {
|
||||||
|
|
Loading…
Reference in a new issue