I'm submitting a ... (check one with "x")
Current behavior:

Expected behavior:
The tabs should be hidden if the data is not present.
@geekyd @sumedh123 Isn't this a duplicate of https://github.com/fossasia/open-event-frontend/issues/589 ?
@CosmicCoder96 No, for the above event, sessionspeaker is enabled but there is no speaker data, also the ticket is enabled but there is no ticked data present.
@geekyd Can you elaborate what is needed in this issue? Because if we check by doing:
event.speakers
or other things like this, we ll end up making request to speakers. I tried to do that in my PR for #589 but niranjan told me to remove that. Please correct me if I am wrong and explain what is required here?
We need a better way to handle this one option is to make all requests in the public route only. That way we wont be making duplicate requests.
Most helpful comment
@CosmicCoder96 No, for the above event, sessionspeaker is enabled but there is no speaker data, also the ticket is enabled but there is no ticked data present.