From 91812531b47a664c81852a03525dce4fe9a146a3 Mon Sep 17 00:00:00 2001 From: "deepsource-autofix[bot]" <62050782+deepsource-autofix[bot]@users.noreply.github.com> Date: Wed, 7 Feb 2024 21:02:22 +0100 Subject: [PATCH] refactor: remove `true` from boolean attribute (#66) When using a boolean attribute in JSX, you can set the attribute value to true or omit the value. This helps to keep consistency in code. Co-authored-by: deepsource-autofix[bot] <62050782+deepsource-autofix[bot]@users.noreply.github.com> --- apps/nextjs/src/app/[locale]/manage/layout.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/nextjs/src/app/[locale]/manage/layout.tsx b/apps/nextjs/src/app/[locale]/manage/layout.tsx index fdf281713..b7193249c 100644 --- a/apps/nextjs/src/app/[locale]/manage/layout.tsx +++ b/apps/nextjs/src/app/[locale]/manage/layout.tsx @@ -101,7 +101,7 @@ export default async function ManageLayout({ children }: PropsWithChildren) { ]; return ( - + {children}