From a5edc770771479532f6e4af08e71b242744625d2 Mon Sep 17 00:00:00 2001 From: Jules Laplace Date: Fri, 2 Apr 2021 15:54:30 +0200 Subject: mitigating some weird nav issues and FOUC --- frontend/app/views/tile/forms/tile.form.element.text.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'frontend/app/views/tile/forms/tile.form.element.text.js') diff --git a/frontend/app/views/tile/forms/tile.form.element.text.js b/frontend/app/views/tile/forms/tile.form.element.text.js index 425a605..7fd625a 100644 --- a/frontend/app/views/tile/forms/tile.form.element.text.js +++ b/frontend/app/views/tile/forms/tile.form.element.text.js @@ -5,9 +5,9 @@ import { Select, TextArea, Checkbox } from 'app/common' -import { TEXT_FONT_FAMILIES, TEXT_FONT_STYLES, MARQUEE_DIRECTIONS } from './tile.constants' +import { TEXT_FONT_STYLES, MARQUEE_DIRECTIONS } from './tile.constants' -export default function TileTextForm({ tile, errorFields, parent }) { +export default function TileTextForm({ tile, errorFields, parent, fontFamilies }) { return (