Skip to content

Commit

Permalink
wip: dry tables and pagination
Browse files Browse the repository at this point in the history
  • Loading branch information
jagnani73 committed May 9, 2024
1 parent b08b6f3 commit bca4ca7
Show file tree
Hide file tree
Showing 10 changed files with 412 additions and 693 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ const meta: Meta<typeof AddressActivityListView> = {

export default meta;

export const AddressActivityList: Story = {
export const AddressActivity: Story = {
args: {
address: "ganeshswami.eth",
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ const meta: Meta<typeof TokenTransfersListView> = {

export default meta;

export const TokenTransfersList: Story = {
export const TokenTransfers: Story = {
args: {
chain_name: "eth-mainnet",
address: "0x1dc3bcc07b93c73c476d7e1056b64c8bd947184a",
Expand Down
Loading

0 comments on commit bca4ca7

Please sign in to comment.