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
|
||||
age: Float
|
||||
deviceTime: Date
|
||||
}
|
||||
|
||||
type Rate {
|
||||
code: String
|
||||
name: String
|
||||
|
|
|
|||
|
|
@ -43,7 +43,6 @@ const RightSide = () => {
|
|||
}
|
||||
|
||||
return (
|
||||
<>
|
||||
<Grid item xs={6}>
|
||||
{/* <CollapsibleCard
|
||||
className={classes.alertsCard}
|
||||
|
|
@ -83,7 +82,6 @@ const RightSide = () => {
|
|||
/>
|
||||
</CollapsibleCard>
|
||||
</Grid>
|
||||
</>
|
||||
)
|
||||
}
|
||||
|
||||
|
|
|
|||
|
|
@ -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
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