diff --git a/src/components/profiles/ViewProfile.tsx b/src/components/profiles/ViewProfile.tsx index 62ca94d52..4e7a3c164 100644 --- a/src/components/profiles/ViewProfile.tsx +++ b/src/components/profiles/ViewProfile.tsx @@ -1,4 +1,4 @@ -import { PlusOutlined } from '@ant-design/icons' +import { PlusOutlined, WarningFilled } from '@ant-design/icons' import { AccountId } from '@polkadot/types/interfaces' import { isEmptyStr } from '@subsocial/utils' import { Alert, Button } from 'antd' @@ -109,7 +109,18 @@ const Component = (props: Props) => { return (
- {isMuted && } + {isMuted && ( + + + You muted this account +
+ } + type='warning' + className='mb-3' + /> + )}