diff --git a/app/App/Panel/Local/index.js b/app/App/Panel/Local/index.js index f99b965be..476f7d7d1 100644 --- a/app/App/Panel/Local/index.js +++ b/app/App/Panel/Local/index.js @@ -292,18 +292,18 @@ class Settings extends React.Component { {this.store('platform') === 'darwin' ? (
-
-
Gas Price in Menubar
- link.send('tray:action', 'setMenubarGasPrice', value)} - options={[{ text: 'Yes', value: true }, { text: 'No', value: false }]} - /> -
-
- {'Show mainnet gas price in menubar (Gwei)'} +
+
Gas Price in Menubar
+ link.send('tray:action', 'setMenubarGasPrice', value)} + options={[{ text: 'Yes', value: true }, { text: 'No', value: false }]} + /> +
+
+ {'Show mainnet gas price in menubar (Gwei)'} +
-
) : null}
Trying to use Frame with a dapp in your browser?