mirror of
https://github.com/quine-global/hyper.git
synced 2026-01-13 20:38:41 -09:00
remove pesky warning
This commit is contained in:
parent
f939d88354
commit
165954c63f
1 changed files with 2 additions and 0 deletions
|
|
@ -26,6 +26,7 @@ export default class Tabs extends Component {
|
|||
<div className={css('title')}>{tabs[0].title}</div> :
|
||||
[
|
||||
<ul
|
||||
key="list"
|
||||
className={css('list')}
|
||||
>
|
||||
{
|
||||
|
|
@ -46,6 +47,7 @@ export default class Tabs extends Component {
|
|||
}
|
||||
</ul>,
|
||||
isMac && <div
|
||||
key="shim"
|
||||
style={{borderColor}}
|
||||
className={css('borderShim')}
|
||||
/>
|
||||
|
|
|
|||
Loading…
Reference in a new issue