From de8f12d74faef5fa3f9e38d1340948cab2d06ea3 Mon Sep 17 00:00:00 2001 From: Georgios Andreadis Date: Wed, 1 Jul 2020 13:33:31 +0200 Subject: Manually generate IDs --- frontend/src/util/authorizations.js | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) (limited to 'frontend/src/util/authorizations.js') 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', +} -- cgit v1.2.3