{isAppealling ? (
Appeal suspension
) : (
Your account has been suspended
)}
{isAppealling ? (
{isSuccess ? (
Your appeal has been submitted. If your appeal succeeds,
you will receive an email.
) : (
<>
Reason for appeal
MAX_REPORT_REASON_GRAPHEME_LENGTH || !!error
}>
>
)}
{error && (
{cleanError(error)}
)}
) : (
Your account was found to be in violation of the{' '}
Bluesky Social Terms of Service
. You have been sent an email outlining the specific violation
and suspension period, if applicable. You can appeal this
decision if you believe it was made in error.
)}
{webLayout && (
{secondaryBtn}
{primaryBtn}
)}