summaryrefslogtreecommitdiff
path: root/src/util/authorizations.js
diff options
context:
space:
mode:
Diffstat (limited to 'src/util/authorizations.js')
-rw-r--r--src/util/authorizations.js12
1 files changed, 6 insertions, 6 deletions
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"
};