get modBanFromCommunityButton() {
return (
<button
- className="btn btn-link btn-animate text-muted py-0 dropdown-item"
+ className="btn btn-link btn-animate text-muted py-0"
onClick={linkEvent(this, this.handleModBanFromCommunityShow)}
aria-label={I18NextService.i18n.t("ban_from_community")}
>
get modUnbanFromCommunityButton() {
return (
<button
- className="btn btn-link btn-animate text-muted py-0 dropdown-item"
+ className="btn btn-link btn-animate text-muted py-0"
onClick={linkEvent(this, this.handleModBanFromCommunitySubmit)}
aria-label={I18NextService.i18n.t("unban")}
>
get addModToCommunityButton() {
return (
<button
- className="btn btn-link btn-animate text-muted py-0 dropdown-item"
+ className="btn btn-link btn-animate text-muted py-0"
onClick={linkEvent(this, this.handleAddModToCommunity)}
aria-label={
this.creatorIsMod_
get modBanButton() {
return (
<button
- className="btn btn-link btn-animate text-muted py-0 dropdown-item"
+ className="btn btn-link btn-animate text-muted py-0"
onClick={linkEvent(this, this.handleModBanShow)}
aria-label={I18NextService.i18n.t("ban_from_site")}
>
get modUnbanButton() {
return (
<button
- className="btn btn-link btn-animate text-muted py-0 dropdown-item"
+ className="btn btn-link btn-animate text-muted py-0"
onClick={linkEvent(this, this.handleModBanSubmit)}
aria-label={I18NextService.i18n.t("unban_from_site")}
>
get purgePersonButton() {
return (
<button
- className="btn btn-link btn-animate text-muted py-0 dropdown-item"
+ className="btn btn-link btn-animate text-muted py-0"
onClick={linkEvent(this, this.handlePurgePersonShow)}
aria-label={I18NextService.i18n.t("purge_user")}
>
get purgePostButton() {
return (
<button
- className="btn btn-link btn-animate text-muted py-0 dropdown-item"
+ className="btn btn-link btn-animate text-muted py-0"
onClick={linkEvent(this, this.handlePurgePostShow)}
aria-label={I18NextService.i18n.t("purge_post")}
>
get toggleAdminButton() {
return (
<button
- className="btn btn-link btn-animate text-muted py-0 dropdown-item"
+ className="btn btn-link btn-animate text-muted py-0"
onClick={linkEvent(this, this.handleAddAdmin)}
>
{this.state.addAdminLoading ? (