diff --git a/src/App.scss b/src/App.scss index 747472b..d87087d 100755 --- a/src/App.scss +++ b/src/App.scss @@ -12,6 +12,7 @@ $input-focus-box-shadow: $input-box-shadow; // hack to get upgrade to paragon 4. @import "~@edx/frontend-component-footer/dist/_footer"; #root { + // Removing a odd 1.5 scaling on checkboxes.: input[type=checkbox] { transform: none; } diff --git a/src/containers/Dashboard/index.jsx b/src/containers/Dashboard/index.jsx index 4e59824..a184fac 100644 --- a/src/containers/Dashboard/index.jsx +++ b/src/containers/Dashboard/index.jsx @@ -23,6 +23,7 @@ export const Dashboard = () => { const hasCourses = appHooks.useHasCourses(); const hasAvailableDashboards = appHooks.useHasAvailableDashboards(); + const showSelectSessionModal = appHooks.useShowSelectSessionModal(); return (