diff options
author | Paul Frazee <pfrazee@gmail.com> | 2022-10-31 12:17:58 -0500 |
---|---|---|
committer | Paul Frazee <pfrazee@gmail.com> | 2022-10-31 12:17:58 -0500 |
commit | eceef67d466007155718c93e6c2fe2b1afa53175 (patch) | |
tree | cd92e9b0a5609823f095f1939ee613d6003217f1 /src/state/models/profile-ui.ts | |
parent | 1ab8285ad37020094fa27aca95837a2e6650dcd4 (diff) | |
download | voidsky-eceef67d466007155718c93e6c2fe2b1afa53175.tar.zst |
WIP scene UIs
Diffstat (limited to 'src/state/models/profile-ui.ts')
-rw-r--r-- | src/state/models/profile-ui.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/state/models/profile-ui.ts b/src/state/models/profile-ui.ts index 804c21b86..cd29c35d2 100644 --- a/src/state/models/profile-ui.ts +++ b/src/state/models/profile-ui.ts @@ -15,7 +15,7 @@ export interface ProfileUiParams { export class ProfileUiModel { // constants - static SELECTOR_ITEMS = ['Posts', 'Badges'] + static SELECTOR_ITEMS = ['Posts', 'Scenes'] // data profile: ProfileViewModel |