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 c34801a commit 433db8dCopy full SHA for 433db8d
src/components/SignalSimulator/index.js
@@ -210,20 +210,6 @@ class MyWorkflow extends Workflow
210
</div>
211
)}
212
213
- {executionState === ExecutionState.RUNNING && getCurrentStep() && (
214
- <div className={styles.progressSection}>
215
- <div className={styles.progressLabel}>
216
- Executing: <code>{getCurrentStep().label}</code>
217
- </div>
218
- <div className={styles.progressBarContainer}>
219
- <div
220
- className={styles.progressBar}
221
- style={{ width: `${progress}%` }}
222
- />
223
224
225
- )}
226
-
227
<div className={styles.statusBar}>
228
<span className={`${styles.statusIndicator} ${styles[executionState]}`}>
229
{executionState === ExecutionState.IDLE && '⏸️ Ready'}
0 commit comments