Skip to content

Commit 917d040

Browse files
author
Ives van Hoorne
committed
Enable settings for non logged in users
1 parent bc9fafc commit 917d040

File tree

1 file changed

+5
-6
lines changed
  • src/app/pages/Sandbox/Editor/Content/Header

1 file changed

+5
-6
lines changed

src/app/pages/Sandbox/Editor/Content/Header/index.js

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -258,12 +258,11 @@ export default class Header extends React.PureComponent<Props> {
258258
tooltip="New Sandbox"
259259
Icon={PlusIcon}
260260
/>
261-
{user.jwt &&
262-
<Action
263-
onClick={this.openPreferences}
264-
tooltip="Preferences"
265-
Icon={SettingsIcon}
266-
/>}
261+
<Action
262+
onClick={this.openPreferences}
263+
tooltip="Preferences"
264+
Icon={SettingsIcon}
265+
/>
267266
<Margin
268267
style={{
269268
zIndex: 20,

0 commit comments

Comments
 (0)