Browse Source

ref(js): Remove unused `get` in modalStore (#42839)

Evan Purkhiser 2 years ago
parent
commit
f068eea93a
1 changed files with 0 additions and 4 deletions
  1. 0 4
      static/app/stores/modalStore.tsx

+ 0 - 4
static/app/stores/modalStore.tsx

@@ -27,10 +27,6 @@ const storeConfig: ModalStoreDefinition = {
     this.reset();
   },
 
-  get() {
-    return this.state;
-  },
-
   getState() {
     return this.state;
   },