You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Sometimes, an event displays the Web Links heading with no links listed beneath it.
Some events properly hide the heading when there are no links β this issue is about the events which don't exhibit this behavior.
On the pages where the heading is there, there seems to actually be an empty link (<a></a>) element listead beneath it.
The frontend currently performs a check for event.webPageLinks.length > 0 before showing the Web Links heading, so I suspect this is a consistency issue on the backend where blank or invalid links are sometimes placed in event.webPageLinks.
The expected behavior is for the Web Links heading to be displayed only when there is at least one web link to list beneath it.
Please provide any relevant error logs
No response
The text was updated successfully, but these errors were encountered:
sruenwg
changed the title
π BUG: Some events show Web Links heading with no web links
π BUG: Some events show Web Links heading with no listed web links
Feb 17, 2024
What operating system are you using?
Mac
Describe the Bug
Sometimes, an event displays the Web Links heading with no links listed beneath it.
Some events properly hide the heading when there are no links β this issue is about the events which don't exhibit this behavior.

On the pages where the heading is there, there seems to actually be an empty link (
<a></a>
) element listead beneath it.The frontend currently performs a check for
event.webPageLinks.length > 0
before showing the Web Links heading, so I suspect this is a consistency issue on the backend where blank or invalid links are sometimes placed inevent.webPageLinks
.The expected behavior is for the Web Links heading to be displayed only when there is at least one web link to list beneath it.
Please provide any relevant error logs
No response
The text was updated successfully, but these errors were encountered: