diff --git a/app/soapbox/features/event/event-information.tsx b/app/soapbox/features/event/event-information.tsx index b12469d9b..9068d2d5c 100644 --- a/app/soapbox/features/event/event-information.tsx +++ b/app/soapbox/features/event/event-information.tsx @@ -121,8 +121,8 @@ const EventInformation: React.FC = ({ params }) => { {status.event.links.map(link => ( - - {link.remote_url.replace(/^https?:\/\//, '')} + + {(link.remote_url || link.url).replace(/^https?:\/\//, '')} ))}