We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ca89729 commit af0e0a8Copy full SHA for af0e0a8
src/components/assetsView/AssetsView.tsx
@@ -1,4 +1,5 @@
1
import { FC } from 'react'
2
+
3
import { Grid } from '@mantine/core'
4
5
import {
@@ -14,7 +15,7 @@ import { AssetViewType } from './types'
14
15
import { AssetGrid, AssetTable } from './views'
16
17
interface AssetsViewProps {
- allAssetsData: (UserRealtoken | OtherRealtoken)[];
18
+ allAssetsData: (UserRealtoken | OtherRealtoken)[]
19
}
20
21
export const AssetsView: FC<AssetsViewProps> = ({ allAssetsData }) => {
0 commit comments