forked from coracle/flotilla
Fix more stuff, particularly event handlers
This commit is contained in:
@@ -17,7 +17,7 @@
|
||||
hideActions?: boolean
|
||||
}
|
||||
|
||||
let {url, event, hideActions = false}: Props = $props()
|
||||
const {url, event, hideActions = false}: Props = $props()
|
||||
|
||||
const title = event.tags.find(nthEq(0, "title"))?.[1]
|
||||
|
||||
|
||||
Reference in New Issue
Block a user