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 a8555c3 commit f7b4453Copy full SHA for f7b4453
packages/react-devtools-shared/src/devtools/views/Profiler/Profiler.js
@@ -113,9 +113,7 @@ function Profiler(_: {||}) {
113
<div className={styles.LeftColumn}>
114
<div className={styles.Toolbar}>
115
<RecordToggle disabled={!supportsProfiling} />
116
- <ReloadAndProfileButton
117
- disabled={selectedTabID === 'timeline' || !supportsProfiling}
118
- />
+ <ReloadAndProfileButton disabled={!supportsProfiling} />
119
<ClearProfilingDataButton />
120
<ProfilingImportExportButtons />
121
<div className={styles.VRule} />
0 commit comments