this.individualSort = this.individualSort === "ascending" ? "descending" : this.individualSort === "descending" ? "none" : "ascending")}>
- Individuals {this.individualSort === "ascending" ? "↑" : this.individualSort === "descending" ? "↓" : ""} {/* → */}
+ Individuals {this.individualSort === "ascending" ?
+ : this.individualSort === "descending" ?
+ : }
{/*200*/}
{userListContents}
@@ -556,7 +588,9 @@ export default class SharingManager extends React.Component<{}> {
this.groupSort = this.groupSort === "ascending" ? "descending" : this.groupSort === "descending" ? "none" : "ascending")}>
- Groups {this.groupSort === "ascending" ? "↑" : this.groupSort === "descending" ? "↓" : ""} {/* → */}
+ Groups {this.groupSort === "ascending" ?
+ : this.groupSort === "descending" ?
+ : }
{/*200*/}
--
cgit v1.2.3-70-g09d2