My god is the everlasting sky! Your god lives beneath him.

This commit is contained in:
Alex Gleason 2022-09-16 13:30:55 -05:00
parent 7fe97e8075
commit 5297227501
No known key found for this signature in database
GPG key ID: 7211D1F99744FBB7

View file

@ -5,12 +5,12 @@ import { fetchAccountByUsername } from 'soapbox/actions/accounts';
import { deactivateUsers, deleteUsers, deleteStatus, toggleStatusSensitivity } from 'soapbox/actions/admin';
import { openModal } from 'soapbox/actions/modals';
import snackbar from 'soapbox/actions/snackbar';
import OutlineBox from 'soapbox/components/outline-box';
import { Stack, Text } from 'soapbox/components/ui';
import AccountContainer from 'soapbox/containers/account_container';
import { isLocal } from 'soapbox/utils/accounts';
import type { AppDispatch, RootState } from 'soapbox/store';
import { Stack, Text } from 'soapbox/components/ui';
import OutlineBox from 'soapbox/components/outline-box';
const messages = defineMessages({
deactivateUserHeading: { id: 'confirmations.admin.deactivate_user.heading', defaultMessage: 'Deactivate @{acct}' },