mirror of
https://github.com/LemmyNet/lemmy-ui.git
synced 2024-12-23 11:21:26 +00:00
This commit is contained in:
parent
130748a0c3
commit
5dfb26cfd8
1 changed files with 6 additions and 2 deletions
|
@ -130,9 +130,13 @@ export class Sidebar extends Component<SidebarProps, SidebarState> {
|
|||
</a>
|
||||
)}
|
||||
{subscribed == SubscribedType.Pending && (
|
||||
<div class="badge badge-warning mr-2">
|
||||
<a
|
||||
class="btn btn-warning mr-2"
|
||||
href="#"
|
||||
onClick={linkEvent(this, this.handleUnsubscribe)}
|
||||
>
|
||||
{i18n.t("subscribe_pending")}
|
||||
</div>
|
||||
</a>
|
||||
)}
|
||||
{community.removed && (
|
||||
<small className="mr-2 text-muted font-italic">
|
||||
|
|
Loading…
Reference in a new issue