Skip to content

Commit

Permalink
Update VaultsTable.stories.js
Browse files Browse the repository at this point in the history
  • Loading branch information
zoey-kaiser authored Sep 20, 2022
1 parent 50373ca commit fbe2379
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/components/vault/VaultsTable.stories.js
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ storiesOf('Vault/VaultsTable', module)
...common,
template: '<VaultsTable :last-updated="lastUpdated" :is-loading="true" />',
}))
.add('Empty auctions', () => ({
.add('Empty vaults', () => ({
...common,
template: '<VaultsTable :last-updated="lastUpdated" />',
}))
Expand Down

0 comments on commit fbe2379

Please sign in to comment.