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 5786485 commit 4861a0dCopy full SHA for 4861a0d
packages/cli/src/commands/sandbox/sandbox-devtools/react-app/src/components/Header.tsx
@@ -101,8 +101,10 @@ const Header = ({
101
};
102
103
const getSandboxStatusIndicator = () => {
104
- const statusText = sandboxIdentifier && sandboxStatus !== 'nonexistent' ?
105
- `Sandbox (${sandboxIdentifier})` : 'Sandbox';
+ const statusText =
+ sandboxIdentifier && sandboxStatus !== 'nonexistent'
106
+ ? `Sandbox (${sandboxIdentifier})`
107
+ : 'Sandbox';
108
109
switch (sandboxStatus) {
110
case 'running':
0 commit comments