about summary refs log tree commit diff
path: root/src/state/models/profile-ui.ts
diff options
context:
space:
mode:
authorPaul Frazee <pfrazee@gmail.com>2022-10-31 12:17:58 -0500
committerPaul Frazee <pfrazee@gmail.com>2022-10-31 12:17:58 -0500
commiteceef67d466007155718c93e6c2fe2b1afa53175 (patch)
treecd92e9b0a5609823f095f1939ee613d6003217f1 /src/state/models/profile-ui.ts
parent1ab8285ad37020094fa27aca95837a2e6650dcd4 (diff)
downloadvoidsky-eceef67d466007155718c93e6c2fe2b1afa53175.tar.zst
WIP scene UIs
Diffstat (limited to 'src/state/models/profile-ui.ts')
-rw-r--r--src/state/models/profile-ui.ts2
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