Fix: remove unneeded fragments
This commit is contained in:
parent
6b6d52d7b0
commit
c7a01f840f
5 changed files with 493 additions and 412 deletions
|
|
@ -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
|
||||||
|
|
|
||||||
|
|
@ -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>
|
||||||
</>
|
|
||||||
)
|
)
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -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
833
package-lock.json
generated
File diff suppressed because it is too large
Load diff
Loading…
Add table
Add a link
Reference in a new issue