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 483b4d4 commit fb20880Copy full SHA for fb20880
frontend/src/components/header/index.tsx
@@ -42,19 +42,6 @@ export const Header = () => {
42
// );
43
44
const actions: Action[] = [
45
- isRunning
46
- ? {
47
- text: getTranslatedMessage("header.streaming", language),
48
- icon: "live-circle",
49
- link: "/streaming",
50
- background: "red",
51
- hoverBackground: "red",
52
- }
53
- : {
54
- text: getTranslatedMessage("header.tickets", language),
55
- icon: "tickets",
56
- link: "/tickets",
57
- },
58
{
59
text:
60
isReady && loggedIn
0 commit comments