Cache all the things
This commit is contained in:
@ -116,7 +116,7 @@ export default function Poll(props: PollProps) {
|
||||
{opt === voting ? (
|
||||
<Spinner />
|
||||
) : (
|
||||
<Text content={desc} tags={props.ev.tags} creator={props.ev.pubkey} disableMediaSpotlight={true} />
|
||||
<Text id={props.ev.id} content={desc} tags={props.ev.tags} creator={props.ev.pubkey} disableMediaSpotlight={true} />
|
||||
)}
|
||||
</div>
|
||||
{showResults && (
|
||||
|
Reference in New Issue
Block a user