Skip to content

Commit 4987898

Browse files
committed
remove something running check
1 parent b18545d commit 4987898

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

frontend/src/components/header/index.tsx

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -37,12 +37,12 @@ export const Header = () => {
3737
currentDay,
3838
},
3939
} = data || { conference: {} };
40-
const hasSomethingLive = currentDay?.rooms?.some(
41-
(room) => !!room.streamingUrl,
42-
);
40+
// const hasSomethingLive = currentDay?.rooms?.some(
41+
// (room) => !!room.streamingUrl,
42+
// );
4343

4444
const actions: Action[] = [
45-
isRunning && hasSomethingLive
45+
isRunning
4646
? {
4747
text: getTranslatedMessage("header.streaming", language),
4848
icon: "live-circle",

0 commit comments

Comments
 (0)