From 751a9ef3a12c952fe179f256d854d0c4aa37e28e Mon Sep 17 00:00:00 2001 From: Georgios Andreadis Date: Wed, 4 Oct 2017 22:49:07 +0200 Subject: Apply prettier to codebase --- src/util/authorizations.js | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'src/util/authorizations.js') diff --git a/src/util/authorizations.js b/src/util/authorizations.js index 9a7d4e36..ef649c9c 100644 --- a/src/util/authorizations.js +++ b/src/util/authorizations.js @@ -1,11 +1,11 @@ export const AUTH_ICON_MAP = { - "OWN": "home", - "EDIT": "pencil", - "VIEW": "eye", + OWN: "home", + EDIT: "pencil", + VIEW: "eye" }; export const AUTH_DESCRIPTION_MAP = { - "OWN": "Own", - "EDIT": "Can Edit", - "VIEW": "Can View", + OWN: "Own", + EDIT: "Can Edit", + VIEW: "Can View" }; -- cgit v1.2.3