chore: Update translations
This commit is contained in:
@ -13,7 +13,7 @@ export function SpotlightThreadModal(props: { thread: NostrLink; onClose?: () =>
|
|||||||
if (e.target === e.currentTarget) {
|
if (e.target === e.currentTarget) {
|
||||||
onClose();
|
onClose();
|
||||||
}
|
}
|
||||||
}
|
};
|
||||||
|
|
||||||
return (
|
return (
|
||||||
<Modal id="thread-overlay" onClose={onClose} bodyClassName={"flex flex-1"}>
|
<Modal id="thread-overlay" onClose={onClose} bodyClassName={"flex flex-1"}>
|
||||||
|
Reference in New Issue
Block a user