Show back button
Signed-off-by: RMidhunSuresh <rmidhunsuresh@gmail.com>
This commit is contained in:
parent
7530b28130
commit
7dacbdb700
1 changed files with 2 additions and 0 deletions
|
@ -34,6 +34,8 @@ export class MemberDetailsViewModel extends ViewModel {
|
|||
get userId() { return this._member.userId; }
|
||||
|
||||
get type() { return "member-details"; }
|
||||
get shouldShowBackButton() { return true; }
|
||||
get previousSegmentName() { return "members"; }
|
||||
|
||||
get role() {
|
||||
if (this._powerLevel >= 100) { return "Admin"; }
|
||||
|
|
Reference in a new issue