From c7115144bf7903988925fa7c234e1cacc481e05e Mon Sep 17 00:00:00 2001 From: Divlo Date: Sat, 21 Mar 2020 18:36:57 +0100 Subject: [PATCH] frontend: Hotfix Loader height --- frontend/components/FunctionCard/FunctionCard.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/components/FunctionCard/FunctionCard.js b/frontend/components/FunctionCard/FunctionCard.js index 6864524..77e49ba 100644 --- a/frontend/components/FunctionCard/FunctionCard.js +++ b/frontend/components/FunctionCard/FunctionCard.js @@ -15,7 +15,7 @@ const FunctionCard = forwardRef((props, ref) => { {/* Elément à une hauteur pendant chargement */} -
+
{isLoading && }