Skip to content

Commit 90060d8

Browse files
committed
Show preferences icon at all times
1 parent 3c80b74 commit 90060d8

File tree

1 file changed

+11
-11
lines changed
  • packages/app/src/app/pages/Sandbox/Editor/Header

1 file changed

+11
-11
lines changed

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

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -131,17 +131,17 @@ const Header = ({ store, signals }) => {
131131
tooltip="Create New Sandbox"
132132
Icon={PlusIcon}
133133
/>
134-
{!store.isLoggedIn && (
135-
<Action
136-
onClick={() =>
137-
signals.modalOpened({
138-
modal: 'preferences',
139-
})
140-
}
141-
tooltip="Preferences"
142-
Icon={SettingsIcon}
143-
/>
144-
)}
134+
135+
<Action
136+
onClick={() =>
137+
signals.modalOpened({
138+
modal: 'preferences',
139+
})
140+
}
141+
tooltip="Preferences"
142+
Icon={SettingsIcon}
143+
/>
144+
145145
<Margin
146146
style={{
147147
zIndex: 20,

0 commit comments

Comments
 (0)