From 8cd5007812007363bc1564c21ce29431a5d6a6fb Mon Sep 17 00:00:00 2001 From: Jesse Mandel Date: Mon, 26 Jun 2017 23:04:42 -0700 Subject: [PATCH] Use select value to avoid react warning --- src/plugins/topbar/topbar.jsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/plugins/topbar/topbar.jsx b/src/plugins/topbar/topbar.jsx index 5e013d72..1773cdbc 100644 --- a/src/plugins/topbar/topbar.jsx +++ b/src/plugins/topbar/topbar.jsx @@ -80,12 +80,12 @@ export default class Topbar extends React.Component { if(urls) { let rows = [] urls.forEach((link, i) => { - rows.push() + rows.push() }) control.push(