diff --git a/teachertool/src/components/HeaderBar.tsx b/teachertool/src/components/HeaderBar.tsx index 34b78efc7492..96e88aae8c7a 100644 --- a/teachertool/src/components/HeaderBar.tsx +++ b/teachertool/src/components/HeaderBar.tsx @@ -74,15 +74,6 @@ export const HeaderBar: React.FC = () => { ); }; - const getRubricName = (): JSX.Element | null => { - const rubricName = getSafeRubricName(teacherTool); - return rubricName ? ( -
- {rubricName} -
- ) : null; - }; - const onHomeClicked = () => { pxt.tickEvent(Ticks.HomeLink); @@ -103,7 +94,6 @@ export const HeaderBar: React.FC = () => {
{getOrganizationLogo()} {getTargetLogo()} - {getRubricName()}