WIP scene UIs

This commit is contained in:
Paul Frazee
2022-10-31 12:17:58 -05:00
parent 97d8b7cf23
commit b76a6109cf
9 changed files with 144 additions and 31 deletions
+1 -1
View File
@@ -15,7 +15,7 @@ export interface ProfileUiParams {
export class ProfileUiModel {
// constants
static SELECTOR_ITEMS = ['Posts', 'Badges']
static SELECTOR_ITEMS = ['Posts', 'Scenes']
// data
profile: ProfileViewModel