Fixed nameing

ref #93
This commit is contained in:
Nicolai Ort 2021-03-10 16:52:08 +01:00
parent c53b579fca
commit 5e417f0714

View File

@ -8,7 +8,7 @@
}
);
import store from "../../store";
import ContactsEmptyState from "./ScanStationsEmptyState.svelte";
import ScanStationsEmptyState from "./ScanStationsEmptyState.svelte";
$: searchvalue = "";
$: active_deletes = [];
export let current_stations = [];
@ -24,7 +24,7 @@
</div>
{:then}
{#if current_stations.length === 0}
<ContactsEmptyState />
<ScanStationsEmptyState />
{:else}
<input
type="search"