chore(lint): fix lint failure after latest merge

fix/release/EE-6627/lint-failure
Oscar Zhou 9 months ago committed by oscarzhou
parent fe6ed55cab
commit ea8f78cdf5

@ -4,12 +4,12 @@ import { InsightsBox } from '@@/InsightsBox';
import { Link } from '@@/Link';
export function StackNameLabelInsight() {
const { isAdmin } = useCurrentUser();
const { isPureAdmin } = useCurrentUser();
const insightsBoxContent = (
<>
The stack field below was previously labelled &apos;Name&apos; but, in
fact, it&apos;s always been the stack name (hence the relabelling).
{isAdmin && (
{isPureAdmin && (
<>
<br />
Kubernetes Stacks functionality can be turned off entirely via{' '}

Loading…
Cancel
Save