Skip to content

Commit

Permalink
remove stonkSymol heading from above infocard
Browse files Browse the repository at this point in the history
  • Loading branch information
victoria-fahey committed Dec 5, 2021
1 parent 8cd38b1 commit aae360e
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions client/components/CompanyComparison.jsx
Original file line number Diff line number Diff line change
@@ -1,15 +1,12 @@
import React from 'react'
import { Box, Center, Heading } from '@chakra-ui/react'
import { Box } from '@chakra-ui/react'
import CompanyInfoCard from './CompanyInfoCard'
import CompanyPie from './CompanyPie'
import CompanyGoals from './CompanyGoals'

const CompanyComparison = ({ stonk }) => {
return (
<Box>
<Center>
<Heading>{stonk.stockSymbol}</Heading>
</Center>
<CompanyInfoCard stonk={stonk} />

<CompanyPie stonk={stonk} w='full' height='500px' />
Expand Down

0 comments on commit aae360e

Please sign in to comment.