Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/mail.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'src/store/getters.js')
-rw-r--r--src/store/getters.js6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/store/getters.js b/src/store/getters.js
index f61436a58..b6e6e29de 100644
--- a/src/store/getters.js
+++ b/src/store/getters.js
@@ -19,10 +19,10 @@
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
-import {defaultTo, head} from 'ramda'
+import { defaultTo, head } from 'ramda'
-import {UNIFIED_ACCOUNT_ID} from './constants'
-import {normalizedEnvelopeListId, normalizedFolderId, normalizedMessageId} from './normalization'
+import { UNIFIED_ACCOUNT_ID } from './constants'
+import { normalizedEnvelopeListId, normalizedFolderId, normalizedMessageId } from './normalization'
export const getters = {
getPreference: (state) => (key, def) => {