Skip to content

Commit

Permalink
fix story
Browse files Browse the repository at this point in the history
  • Loading branch information
FelixTJDietrich committed Sep 13, 2024
1 parent 314ecc5 commit 84479b3
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion webapp/src/app/ui/table/table.stories.ts
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,9 @@ export const Default: Story = {
</app-table-body>
<app-table-footer>
<app-table-row>
<app-table-cell colspan="3">Total</app-table-cell>
<app-table-cell>Total</app-table-cell>
<app-table-cell />
<app-table-cell />
<app-table-cell class="text-right">$2,500.00</app-table-cell>
</app-table-row>
</app-table-footer>
Expand Down

0 comments on commit 84479b3

Please sign in to comment.