Skip to content

Commit

Permalink
Remove additional context subheader text (#196)
Browse files Browse the repository at this point in the history
Co-authored-by: Mahmoud <mahmoud@Mahmouds-MBP.cable.rcn.com>
  • Loading branch information
mxosman and Mahmoud authored Dec 3, 2022
1 parent 724fa59 commit 4dcf168
Showing 1 changed file with 0 additions and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@ import {
BinaryRadioGroupQuestion,
TextInput,
} from "../Forms";
import { REPORTS_LOWERCASE2 } from "../Global/constants";
import { getActiveSystemMetricKey, useSettingsSearchParams } from "../Settings";
import {
Label,
Expand All @@ -36,7 +35,6 @@ import {
MetricContextItem,
MultipleChoiceWrapper,
RadioButtonGroupWrapper,
Subheader,
} from ".";

export const ContextConfiguration: React.FC = observer(() => {
Expand All @@ -56,11 +54,6 @@ export const ContextConfiguration: React.FC = observer(() => {
return (
<MetricContextContainer>
<MetricContextHeader>Context</MetricContextHeader>
<Subheader>
Anything entered here will appear as the default value for all{" "}
{REPORTS_LOWERCASE2}. If you are entering data for a particular month,
you can still replace this as necessary.
</Subheader>

{activeContextKeys.map((contextKey) => {
const currentContext = contexts[systemMetricKey][contextKey];
Expand Down

0 comments on commit 4dcf168

Please sign in to comment.