From 63381edfb0ecd030016ee1020d5e8aafc4d95dbb Mon Sep 17 00:00:00 2001 From: Jules Laplace Date: Fri, 30 Oct 2020 17:11:15 +0100 Subject: padding and stuff --- animism-align/frontend/app/constants.js | 1 + 1 file changed, 1 insertion(+) (limited to 'animism-align/frontend/app/constants.js') diff --git a/animism-align/frontend/app/constants.js b/animism-align/frontend/app/constants.js index c4523d5..db7034c 100644 --- a/animism-align/frontend/app/constants.js +++ b/animism-align/frontend/app/constants.js @@ -96,6 +96,7 @@ export const CURTAIN_COLOR_SELECT_OPTIONS = CURTAIN_COLORS.map(color => ({ export const CURTAIN_COLOR_LOOKUP = CURTAIN_COLORS.reduce((a,b) => { a[b.label] = b + a[b.label].name = b.label.replace(" ", "-") return a }, {}) -- cgit v1.2.3-70-g09d2