File tree Expand file tree Collapse file tree 1 file changed +0
-4
lines changed Expand file tree Collapse file tree 1 file changed +0
-4
lines changed Original file line number Diff line number Diff line change @@ -68,9 +68,6 @@ const ExperimentRow: FC<{ experiment: NimbusExperiment }> = ({
68
68
{ experiment . userFacingDescription }
69
69
</ td >
70
70
< td className = "text-center align-middle px-2" > { experiment . channel } </ td >
71
- < td className = "text-center align-middle px-2" >
72
- { experiment . schemaVersion }
73
- </ td >
74
71
< td className = "text-center align-middle px-2" >
75
72
{ experiment . isEnrollmentPaused ? "Enrolling" : "Enrollment Paused" }
76
73
</ td >
@@ -190,7 +187,6 @@ const ExperimentBrowserPage: FC = () => {
190
187
< tr >
191
188
< th className = "text-center primary-fg light-bg" > Experiment</ th >
192
189
< th className = "text-center primary-fg light-bg" > Channel</ th >
193
- < th className = "text-center primary-fg light-bg" > Version</ th >
194
190
< th className = "text-center primary-fg light-bg" > Status</ th >
195
191
< th className = "text-center primary-fg light-bg" > Actions</ th >
196
192
</ tr >
You can’t perform that action at this time.
0 commit comments