diff --git a/app/scenes/Settings/Features.tsx b/app/scenes/Settings/Features.tsx index 4fe94b044..a92941bb7 100644 --- a/app/scenes/Settings/Features.tsx +++ b/app/scenes/Settings/Features.tsx @@ -3,6 +3,8 @@ import { BeakerIcon } from "outline-icons"; import * as React from "react"; import { Trans, useTranslation } from "react-i18next"; import { TeamPreference } from "@shared/types"; +import Badge from "~/components/Badge"; +import Flex from "~/components/Flex"; import Heading from "~/components/Heading"; import Scene from "~/components/Scene"; import Switch from "~/components/Switch"; @@ -57,7 +59,7 @@ function Features() { /> )} - {/* @@ -75,7 +77,7 @@ function Features() { disabled={!team.collaborativeEditing} onChange={handlePreferenceChange} /> - */} + {team.avatarUrl && (