diff --git a/src/components/moderation/LabelsOnMeDialog.tsx b/src/components/moderation/LabelsOnMeDialog.tsx index 34fff5a8ab..7d1e7d0326 100644 --- a/src/components/moderation/LabelsOnMeDialog.tsx +++ b/src/components/moderation/LabelsOnMeDialog.tsx @@ -10,6 +10,7 @@ import {useLabelInfo} from '#/lib/moderation/useLabelInfo' import {makeProfileLink} from '#/lib/routes/links' import {sanitizeHandle} from '#/lib/strings/handles' import {logger} from '#/logger' +import {isAndroid} from '#/platform/detection' import {useAgent, useSession} from '#/state/session' import * as Toast from '#/view/com/util/Toast' import {atoms as a, useBreakpoints, useTheme} from '#/alf' @@ -237,7 +238,7 @@ function AppealForm({ return ( <> - + Appeal "{strings.name}" label @@ -300,6 +301,7 @@ function AppealForm({ {isPending && } + {isAndroid && } ) }