Skip to content

Commit

Permalink
Dashboard client and server code clean-up
Browse files Browse the repository at this point in the history
  • Loading branch information
RachelDau committed Jan 22, 2024
1 parent 0e3102c commit af88209
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { hydrateEl, hydrateElWithoutStore } from '../../react-utils'
import { hydrateEl } from '../../react-utils'
import Dashboard from '../dashboard-hoc'
import DashboardReducer from '../../reducers/dashboard-reducer'

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ const PageDashboardServer = props => (
className="repository--dashboard"
appScriptUrl={props.appJsUrl}
appCSSUrl={props.appCSSUrl}
id="react-layout-root"
>
<span id="react-hydrate-root" data-react-props={convertPropsToString(props)}>
{createCommonReactApp(Dashboard, propsToStore(DashboardReducer, props))}
Expand Down

0 comments on commit af88209

Please sign in to comment.