parent
e852305400
commit
77e9c205f9
@ -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')}
|
||||
|
@ -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";
|
||||
|
Loading…
x
Reference in New Issue
Block a user