mirror of
https://github.com/ragestudio/comty.git
synced 2025-06-10 02:54:15 +00:00
support early_supporter
indicator
This commit is contained in:
parent
6b2339a96e
commit
9fb307e86f
@ -32,14 +32,20 @@ export default React.forwardRef((props, ref) => {
|
|||||||
</span>
|
</span>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
{
|
<div className="indicators">
|
||||||
user.roles.includes("admin") &&
|
{
|
||||||
<div className="indicators">
|
user.roles.includes("admin") &&
|
||||||
<antd.Tooltip title="Administrators Team">
|
<antd.Tooltip title="Administrators Team">
|
||||||
<Icons.MdAdminPanelSettings />
|
<Icons.MdAdminPanelSettings />
|
||||||
</antd.Tooltip>
|
</antd.Tooltip>
|
||||||
</div>
|
}
|
||||||
}
|
{
|
||||||
|
user.early_supporter &&
|
||||||
|
<antd.Tooltip title="Early supporter">
|
||||||
|
<Icons.MdLoyalty />
|
||||||
|
</antd.Tooltip>
|
||||||
|
}
|
||||||
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div className="description">
|
<div className="description">
|
||||||
|
Loading…
x
Reference in New Issue
Block a user