Skip to content

Commit c033a5b

Browse files
committed
reversion
1 parent 4757290 commit c033a5b

File tree

3 files changed

+649
-55
lines changed

3 files changed

+649
-55
lines changed

src/app/components/BarGraphComparison.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -273,7 +273,7 @@ const BarGraphComparison = (props) => {
273273
)}
274274
</Select>
275275
</FormControl>
276-
<h4 style={{ padding: '0 1rem' }}>Comparator Snapshot? </h4>
276+
{/* <h4 style={{ padding: '0 1rem' }}>Comparator Snapshot? </h4>
277277
<FormControl variant="outlined" className={classes.formControl}>
278278
<Select
279279
style={{ color: 'white' }}
@@ -296,7 +296,7 @@ const BarGraphComparison = (props) => {
296296
})
297297
)}
298298
</Select>
299-
</FormControl>
299+
</FormControl> */}
300300
</div>
301301
</div>
302302

0 commit comments

Comments
 (0)