remove console logs
This commit is contained in:
@@ -150,7 +150,7 @@
|
||||
id="avatar-menu"
|
||||
/>
|
||||
<!-- TODO: if user has donator, display heart indicator-->
|
||||
{#if $currentUser && $currentUser.id == 1001}
|
||||
{#if $currentUser && $currentUser.donor}
|
||||
<Indicator
|
||||
class="pointer-events-none"
|
||||
color="red"
|
||||
|
@@ -1,5 +1,6 @@
|
||||
export type User = {
|
||||
id: number;
|
||||
donor: boolean;
|
||||
name: string;
|
||||
email: string;
|
||||
};
|
||||
|
Reference in New Issue
Block a user