removing excess logs
This commit is contained in:
parent
00614f11be
commit
ffa2fc466b
@ -29,7 +29,6 @@ export default function CalendarEventCard({
|
||||
const { profile } = useProfile(pubkey);
|
||||
|
||||
const title = getTagValues("name", tags) || "Untitled";
|
||||
console.log("tite", tags);
|
||||
const image =
|
||||
getTagValues("image", tags) ??
|
||||
getTagValues("picture", tags) ??
|
||||
|
Loading…
x
Reference in New Issue
Block a user