test
This commit is contained in:
parent
264b44f555
commit
8c26522ec2
@ -20,7 +20,6 @@
|
|||||||
|
|
||||||
export let item: Item = <Item>{};
|
export let item: Item = <Item>{};
|
||||||
export let user: User | null = null;
|
export let user: User | null = null;
|
||||||
// export let admin = false;
|
|
||||||
export let editCallback: (item: Item) => void;
|
export let editCallback: (item: Item) => void;
|
||||||
export let inquireCallback: (item: Item) => void;
|
export let inquireCallback: (item: Item) => void;
|
||||||
export let claimCallback: (item: Item) => void;
|
export let claimCallback: (item: Item) => void;
|
||||||
|
|||||||
@ -52,6 +52,8 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
let { data }: PageProps = $props();
|
let { data }: PageProps = $props();
|
||||||
|
|
||||||
|
console.log(data.user.settings);
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
<div class="max-w-7xl mx-auto px-4">
|
<div class="max-w-7xl mx-auto px-4">
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user