Skip to content

Commit

Permalink
fix(components): update History component
Browse files Browse the repository at this point in the history
  • Loading branch information
AshenI99 authored and AshenI99 committed Feb 17, 2022
1 parent a688bf0 commit 1c9f3cc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/components/src/History.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import moment from "moment";
type historyProps = {
type: string
timestamp: string
mintBy?:{ id : string | null } | null
mintBy?: { id : string | null } | null
burnBy?: { id : string | null } | null
bidBy?: { id : string | null } | null
transferFrom?: { id : string | null } | null
Expand Down

1 comment on commit 1c9f3cc

@vercel
Copy link

@vercel vercel bot commented on 1c9f3cc Feb 17, 2022

Choose a reason for hiding this comment

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

Please sign in to comment.