diff --git a/src/app/components/elements/ContentPropertyTags.tsx b/src/app/components/elements/ContentPropertyTags.tsx index cdefe57329..5e31600b8c 100644 --- a/src/app/components/elements/ContentPropertyTags.tsx +++ b/src/app/components/elements/ContentPropertyTags.tsx @@ -1,5 +1,5 @@ import React from "react"; -import { isStaff, isTeacherOrAbove } from "../../services"; +import { isPhy, isStaff, isTeacherOrAbove } from "../../services"; import { selectors, useAppSelector } from "../../state"; import classNames from "classnames"; import {v4 as uuid_v4} from "uuid"; @@ -16,7 +16,7 @@ export const QuestionPropertyTags = ({ supersededBy, tags, ...rest }: QuestionPr const accessibilitySettings = useAccessibilitySettings(); return