We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bc9fafc commit 917d040Copy full SHA for 917d040
src/app/pages/Sandbox/Editor/Content/Header/index.js
@@ -258,12 +258,11 @@ export default class Header extends React.PureComponent<Props> {
258
tooltip="New Sandbox"
259
Icon={PlusIcon}
260
/>
261
- {user.jwt &&
262
- <Action
263
- onClick={this.openPreferences}
264
- tooltip="Preferences"
265
- Icon={SettingsIcon}
266
- />}
+ <Action
+ onClick={this.openPreferences}
+ tooltip="Preferences"
+ Icon={SettingsIcon}
+ />
267
<Margin
268
style={{
269
zIndex: 20,
0 commit comments