Skip to content

Commit

Permalink
fix: comments
Browse files Browse the repository at this point in the history
  • Loading branch information
sepehr2github committed Mar 15, 2024
1 parent e7ee172 commit 234f6c1
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ const meta: Meta<typeof AssetDataListItemStructure> = {
type Story = StoryObj<typeof AssetDataListItemStructure>;

/**
* Default usage example of the DaoDataListItem component.
* Default usage example of the AssetDataListItem component.
*/
export const Default: Story = {
args: {
Expand All @@ -39,7 +39,7 @@ export const Default: Story = {
};

/**
* Usage of the DaoDataListItem without an image src and 0 changes.
* Usage of the AssetDataListItem without changedAmount and changedPercentage.
*/
export const Fallback: Story = {
args: {
Expand Down

0 comments on commit 234f6c1

Please sign in to comment.