From ffb40c125d4108835688173e539135ffaf2b0ad1 Mon Sep 17 00:00:00 2001 From: grafixeyehero <32230989+grafixeyehero@users.noreply.github.com> Date: Sun, 2 Jan 2022 04:40:31 +0300 Subject: [PATCH] apply suggestions Fix Spacing for checkbox lists --- src/components/dashboard/users/CheckBoxListItem.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/src/components/dashboard/users/CheckBoxListItem.tsx b/src/components/dashboard/users/CheckBoxListItem.tsx index d51bd9835..af15769e4 100644 --- a/src/components/dashboard/users/CheckBoxListItem.tsx +++ b/src/components/dashboard/users/CheckBoxListItem.tsx @@ -23,6 +23,7 @@ const createCheckBoxElement = ({className, Name, Id, AppName, checkedAttribute}) const CheckBoxListItem: FunctionComponent = ({className, Name, Id, AppName, checkedAttribute}: IProps) => { return (