Switched ForwardMessageModal to use ListTile

This commit is contained in:
Alvaro
2023-01-25 16:51:08 -07:00
committed by GitHub
parent 257f5e1231
commit d64e0b65c4
25 changed files with 528 additions and 239 deletions

View File

@@ -122,6 +122,8 @@ const rules = {
'react/display-name': 'error',
'react/jsx-pascal-case': ['error', {allowNamespace: true}],
// Allow returning values from promise executors for brevity.
'no-promise-executor-return': 'off',