From 396bb76c9563b56905acf9875d971903eab96ef3 Mon Sep 17 00:00:00 2001 From: Youssef Date: Thu, 24 Feb 2022 10:31:01 +0100 Subject: [PATCH] style: fix styles in CreateButton --- frontend/src/component/common/CreateButton/CreateButton.tsx | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/frontend/src/component/common/CreateButton/CreateButton.tsx b/frontend/src/component/common/CreateButton/CreateButton.tsx index 49e351cb25..05d9306af2 100644 --- a/frontend/src/component/common/CreateButton/CreateButton.tsx +++ b/frontend/src/component/common/CreateButton/CreateButton.tsx @@ -6,10 +6,7 @@ interface ICreateButtonProps extends IPermissionButtonProps { name: string; } -export const CreateButton = ({ - name, - ...rest -}: ICreateButtonProps) => { +export const CreateButton = ({ name, ...rest }: ICreateButtonProps) => { return ( Create {name}