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 1e3b300 commit e69f9b5Copy full SHA for e69f9b5
packages/webui/src/client/ui/App.tsx
@@ -159,7 +159,8 @@ export const App: React.FC = function App() {
159
<ErrorBoundary>
160
<Switch>
161
<Route path="/rundown/:playlistId" component={NullComponent} />
162
- <Route path="/countdowns/:studioId" component={NullComponent} />
+ {/* The ClockView index should show heders. Any pages inside should not */}
163
+ <Route path="/countdowns/:studioId/:page" component={NullComponent} />
164
<Route path="/activeRundown" component={NullComponent} />
165
<Route path="/prompter/:studioId" component={NullComponent} />
166
<Route
0 commit comments