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
age: Float
deviceTime: Date
}
type Rate {
code: String
name: String

View file

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

View file

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

833
package-lock.json generated

File diff suppressed because it is too large Load diff