diff options
Diffstat (limited to 'frontend/src/util/authorizations.js')
| -rw-r--r-- | frontend/src/util/authorizations.js | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/frontend/src/util/authorizations.js b/frontend/src/util/authorizations.js index ef649c9c..4086b35d 100644 --- a/frontend/src/util/authorizations.js +++ b/frontend/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', +} |
