mirror of
https://github.com/maputnik/editor.git
synced 2026-07-02 12:07:28 +00:00
Added more webdriver tests testing against a real browser.
This commit is contained in:
@@ -23,7 +23,6 @@ class LayerIcon extends React.Component {
|
||||
case 'line': return <LineIcon {...iconProps} />
|
||||
case 'symbol': return <SymbolIcon {...iconProps} />
|
||||
case 'circle': return <CircleIcon {...iconProps} />
|
||||
default: return null
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user