Skip to content

Commit

Permalink
fix types
Browse files Browse the repository at this point in the history
  • Loading branch information
kingsleydon committed Oct 12, 2023
1 parent 18f8d12 commit 9724b94
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/index/components/Confirmation.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ const Detail: FC<
PaperProps & {
kind: 'From' | 'To'
chain: Chain
account: string
account?: string | null
asset: Asset
amount?: string
}
Expand Down

3 comments on commit 9724b94

@vercel
Copy link

@vercel vercel bot commented on 9724b94 Oct 12, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

subbridge – ./apps/subbridge

subbridge-git-main-phala.vercel.app
subbridge-phala.vercel.app
subbridge.io
www.subbridge.io
subbridge.vercel.app

@vercel
Copy link

@vercel vercel bot commented on 9724b94 Oct 12, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

index – ./apps/index

index-git-main-phala.vercel.app
phala-index.vercel.app
index-phala.vercel.app

@vercel
Copy link

@vercel vercel bot commented on 9724b94 Oct 12, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

analytics – ./apps/analytics

analytics-phala.vercel.app
analytics-plum.vercel.app
analytics-git-main-phala.vercel.app
analytics.phala.network

Please sign in to comment.