We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b18545d commit 4987898Copy full SHA for 4987898
frontend/src/components/header/index.tsx
@@ -37,12 +37,12 @@ export const Header = () => {
37
currentDay,
38
},
39
} = data || { conference: {} };
40
- const hasSomethingLive = currentDay?.rooms?.some(
41
- (room) => !!room.streamingUrl,
42
- );
+ // const hasSomethingLive = currentDay?.rooms?.some(
+ // (room) => !!room.streamingUrl,
+ // );
43
44
const actions: Action[] = [
45
- isRunning && hasSomethingLive
+ isRunning
46
? {
47
text: getTranslatedMessage("header.streaming", language),
48
icon: "live-circle",
0 commit comments