fix: realmpopup
This commit is contained in:
@@ -7,6 +7,7 @@
|
|||||||
import TextInput from "../GUI/TextInput.svelte";
|
import TextInput from "../GUI/TextInput.svelte";
|
||||||
import { SizeStore } from "src/ts/stores";
|
import { SizeStore } from "src/ts/stores";
|
||||||
import { Capacitor } from "@capacitor/core";
|
import { Capacitor } from "@capacitor/core";
|
||||||
|
import RealmPopUp from "./RealmPopUp.svelte";
|
||||||
|
|
||||||
let openedData:null|hubType = null
|
let openedData:null|hubType = null
|
||||||
|
|
||||||
@@ -120,7 +121,7 @@
|
|||||||
{/if}
|
{/if}
|
||||||
|
|
||||||
{#if openedData}
|
{#if openedData}
|
||||||
<!-- <RealmPopUp bind:openedData={openedData} /> -->
|
<RealmPopUp bind:openedData={openedData} />
|
||||||
{/if}
|
{/if}
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user