Skip to content

Commit af0e0a8

Browse files
committed
prettier
1 parent ca89729 commit af0e0a8

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/components/assetsView/AssetsView.tsx

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
import { FC } from 'react'
2+
23
import { Grid } from '@mantine/core'
34

45
import {
@@ -14,7 +15,7 @@ import { AssetViewType } from './types'
1415
import { AssetGrid, AssetTable } from './views'
1516

1617
interface AssetsViewProps {
17-
allAssetsData: (UserRealtoken | OtherRealtoken)[];
18+
allAssetsData: (UserRealtoken | OtherRealtoken)[]
1819
}
1920

2021
export const AssetsView: FC<AssetsViewProps> = ({ allAssetsData }) => {

0 commit comments

Comments
 (0)