Now importing runner overview

ref #94
This commit is contained in:
Nicolai Ort 2021-03-23 17:34:01 +01:00
parent e852305400
commit 77e9c205f9
2 changed files with 2 additions and 3 deletions

View File

@ -2,7 +2,7 @@
import { _ } from "svelte-i18n";
import store from "../../store";
// import AddCardModal from "./AddCardModal.svelte";
// import CardsOverview from "./CardsOverview.svelte";
import CardsOverview from "./CardsOverview.svelte";
$: current_cards = [];
export let modal_open = false;
</script>
@ -21,7 +21,7 @@
</button>
{/if}
</span>
<!-- <CardsOverview bind:current_cards /> -->
<CardsOverview bind:current_cards />
</section>
{#if store.state.jwtinfo.userdetails.permissions.includes('CARD:CREATE')}

View File

@ -2,7 +2,6 @@
import { getLocaleFromNavigator, _ } from "svelte-i18n";
import {
RunnerCardService,
ScanService,
} from "@odit/lfk-client-js";
import store from "../../store";
import Toastify from "toastify-js";