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 3c80b74 commit 90060d8Copy full SHA for 90060d8
packages/app/src/app/pages/Sandbox/Editor/Header/index.js
@@ -131,17 +131,17 @@ const Header = ({ store, signals }) => {
131
tooltip="Create New Sandbox"
132
Icon={PlusIcon}
133
/>
134
- {!store.isLoggedIn && (
135
- <Action
136
- onClick={() =>
137
- signals.modalOpened({
138
- modal: 'preferences',
139
- })
140
- }
141
- tooltip="Preferences"
142
- Icon={SettingsIcon}
143
- />
144
- )}
+
+ <Action
+ onClick={() =>
+ signals.modalOpened({
+ modal: 'preferences',
+ })
+ }
+ tooltip="Preferences"
+ Icon={SettingsIcon}
+ />
145
<Margin
146
style={{
147
zIndex: 20,
0 commit comments