diff options
| author | Henry Jameson <me@hjkos.com> | 2022-08-17 00:48:10 +0300 |
|---|---|---|
| committer | Henry Jameson <me@hjkos.com> | 2022-08-17 00:48:10 +0300 |
| commit | d074aefb4ffe8fc7bdb0e5f0afec46f7042a90fe (patch) | |
| tree | f8432667b0bee210551d2e80bda81f3b90a8afdb /src/components/mobile_post_status_button | |
| parent | 38bd59ceb0182de15e2e97d750df59ad53dfa51a (diff) | |
List edit UI overhaul
Diffstat (limited to 'src/components/mobile_post_status_button')
| -rw-r--r-- | src/components/mobile_post_status_button/mobile_post_status_button.js | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/components/mobile_post_status_button/mobile_post_status_button.js b/src/components/mobile_post_status_button/mobile_post_status_button.js index ecf79b64..f7f96cd6 100644 --- a/src/components/mobile_post_status_button/mobile_post_status_button.js +++ b/src/components/mobile_post_status_button/mobile_post_status_button.js @@ -10,7 +10,8 @@ library.add( const HIDDEN_FOR_PAGES = new Set([ 'chats', - 'chat' + 'chat', + 'lists-edit' ]) const MobilePostStatusButton = { |
