Skip to content

Commit

Permalink
Merge pull request #1142 from appwrite/fix-invoice-filtering
Browse files Browse the repository at this point in the history
fix: invoice filtering
  • Loading branch information
TorstenDittmann authored Jul 5, 2024
2 parents 69c4c7f + 411c8e3 commit d24ef1b
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,6 @@
<TableCellText title="date">
{toLocaleDate(invoice.dueAt)}
</TableCellText>

<TableCell title="status">
{#if invoice?.lastError}
<DropList bind:show={showFailedError}>
Expand Down

0 comments on commit d24ef1b

Please sign in to comment.