Skip to content

Commit 2a8eb9b

Browse files
authored
Merge pull request #10 from oslabs-beta/revert
reversion
2 parents 3071e51 + c033a5b commit 2a8eb9b

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)