mirror of
https://github.com/quine-global/hyper.git
synced 2026-01-15 21:28:40 -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> :
|
<div className={css('title')}>{tabs[0].title}</div> :
|
||||||
[
|
[
|
||||||
<ul
|
<ul
|
||||||
|
key="list"
|
||||||
className={css('list')}
|
className={css('list')}
|
||||||
>
|
>
|
||||||
{
|
{
|
||||||
|
|
@ -46,6 +47,7 @@ export default class Tabs extends Component {
|
||||||
}
|
}
|
||||||
</ul>,
|
</ul>,
|
||||||
isMac && <div
|
isMac && <div
|
||||||
|
key="shim"
|
||||||
style={{borderColor}}
|
style={{borderColor}}
|
||||||
className={css('borderShim')}
|
className={css('borderShim')}
|
||||||
/>
|
/>
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue