Skip to content
This repository has been archived by the owner on Mar 21, 2018. It is now read-only.

Commit

Permalink
Fix prematurely closing element
Browse files Browse the repository at this point in the history
  • Loading branch information
jsantell committed May 25, 2016
1 parent af4a213 commit 4faaa9e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/ui/browser/views/tabbar/tabbar.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ const TabBar = ({
pages, currentPageIndex,
handleTabContextMenu, handleNewTabClick, handleTabClick, handleTabClose,
}) => (
<div id="browser-tabbar">
<div id="browser-tabbar"
className={TABBAR_STYLE}>
{pages.map((page, i) => (
<Tab key={`browser-tab-${i}`}
Expand Down

0 comments on commit 4faaa9e

Please sign in to comment.