Skip to content

Commit

Permalink
lint fix
Browse files Browse the repository at this point in the history
  • Loading branch information
dhruvv173 committed Jun 5, 2023
1 parent 16246f6 commit 67fbe71
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ui/components/app/asset-list/asset-list.stories.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ export default {
},
},
args: {
onClickAsset: () => console.log('onClickAsset fired')
onClickAsset: () => console.log('onClickAsset fired'),
},
};

Expand Down

0 comments on commit 67fbe71

Please sign in to comment.