Skip to content

Commit

Permalink
remove unused var
Browse files Browse the repository at this point in the history
  • Loading branch information
codemist committed Jul 26, 2023
1 parent 2dce8fc commit ebfcd2c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/app/components/client/stories/Chart.stories.ts
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,5 @@ const data: Array<[string, number]> = [
export const FixedExposures: Story = {
args: {
data: data,
totalExposures: 309,
},
};

0 comments on commit ebfcd2c

Please sign in to comment.