Fix: remove unneeded fragments

This commit is contained in:
Cesar 2020-12-29 14:23:35 +00:00 committed by Josh Harvey
parent 6b6d52d7b0
commit c7a01f840f
5 changed files with 493 additions and 412 deletions

View file

@ -240,6 +240,8 @@ const typeDefs = gql`
created: Date created: Date
age: Float age: Float
deviceTime: Date deviceTime: Date
}
type Rate { type Rate {
code: String code: String
name: String name: String

View file

@ -43,7 +43,6 @@ const RightSide = () => {
} }
return ( return (
<>
<Grid item xs={6}> <Grid item xs={6}>
{/* <CollapsibleCard {/* <CollapsibleCard
className={classes.alertsCard} className={classes.alertsCard}
@ -83,7 +82,6 @@ const RightSide = () => {
/> />
</CollapsibleCard> </CollapsibleCard>
</Grid> </Grid>
</>
) )
} }

View file

@ -155,7 +155,6 @@ const Transactions = ({ id }) => {
} }
return ( return (
<>
<DataTable <DataTable
extraHeight={extraHeight} extraHeight={extraHeight}
onClick={handleClick} onClick={handleClick}
@ -167,7 +166,6 @@ const Transactions = ({ id }) => {
Details={DetailsRow} Details={DetailsRow}
expandable expandable
/> />
</>
) )
} }

833
package-lock.json generated

File diff suppressed because it is too large Load diff