added donor receipt list download to DonorsOverview

ref #132
This commit is contained in:
2021-04-14 18:43:51 +02:00
parent 5476808683
commit d241ca5698
4 changed files with 33 additions and 1 deletions

View File

@@ -1,5 +1,5 @@
<script>
import { getLocaleFromNavigator, _ } from "svelte-i18n";
import { _ } from "svelte-i18n";
import { DonationService, DonorService } from "@odit/lfk-client-js";
import store from "../../store";
import DonorsEmptyState from "./DonorsEmptyState.svelte";